diff options
Diffstat (limited to 'lash.c')
-rw-r--r-- | lash.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1076,9 +1076,9 @@ static int expand_arguments(char *command) | |||
1076 | else | 1076 | else |
1077 | var = itoa(last_bg_pid); | 1077 | var = itoa(last_bg_pid); |
1078 | break; | 1078 | break; |
1079 | /* Everything else like $$, $#, $[0-9], etc should all be | 1079 | /* Everything else like $$, $#, $[0-9], etc. should all be |
1080 | * expanded by wordexp(), so we can in theory skip that stuff | 1080 | * expanded by wordexp(), so we can in theory skip that stuff |
1081 | * here, but just to be on the safe side (i.e. since uClibc | 1081 | * here, but just to be on the safe side (i.e., since uClibc |
1082 | * wordexp doesn't do this stuff yet), lets leave it in for | 1082 | * wordexp doesn't do this stuff yet), lets leave it in for |
1083 | * now. */ | 1083 | * now. */ |
1084 | case '$': | 1084 | case '$': |