diff options
| -rw-r--r-- | shell/hush.c | 2 |
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; |
