aboutsummaryrefslogtreecommitdiff
path: root/applets/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/busybox.c')
-rw-r--r--applets/busybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 9cc884854..f3d0c4c2f 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -76,7 +76,7 @@ int main(int argc, char **argv)
76 76
77#ifdef BB_SH 77#ifdef BB_SH
78 /* Add in a special case hack -- whenever **argv == '-' 78 /* Add in a special case hack -- whenever **argv == '-'
79 * (i.e. '-su' or '-sh') always invoke the shell */ 79 * (i.e., '-su' or '-sh') always invoke the shell */
80 if (**argv == '-' && *(*argv+1)!= '-') { 80 if (**argv == '-' && *(*argv+1)!= '-') {
81 applet_name = "sh"; 81 applet_name = "sh";
82 } 82 }