aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2020-12-23 02:22:08 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2020-12-23 02:22:08 +0100
commit0ab2dd4f28bfcfc0a8043c6b30fba6dca806dcb9 (patch)
treec794c7e84664f715b315973e6eb731abc123ec54 /shell/hush.c
parent6297d66eda43ca8439cb55a198b512346ce9459c (diff)
downloadbusybox-w32-0ab2dd4f28bfcfc0a8043c6b30fba6dca806dcb9.tar.gz
busybox-w32-0ab2dd4f28bfcfc0a8043c6b30fba6dca806dcb9.tar.bz2
busybox-w32-0ab2dd4f28bfcfc0a8043c6b30fba6dca806dcb9.zip
hush: fix comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index f0f0da746..dec5d544b 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -10155,7 +10155,7 @@ int hush_main(int argc, char **argv)
10155 break; 10155 break;
10156 switch (opt) { 10156 switch (opt) {
10157 case 'c': 10157 case 'c':
10158 /* Note: -c is not a param with option! 10158 /* Note: -c is not an option with param!
10159 * "hush -c -l SCRIPT" is valid. "hush -cSCRIPT" is not. 10159 * "hush -c -l SCRIPT" is valid. "hush -cSCRIPT" is not.
10160 */ 10160 */
10161 G.opt_c = 1; 10161 G.opt_c = 1;