diff options
Diffstat (limited to 'shell/hush.c')
-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 517b8c109..42f95ef6b 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -9948,7 +9948,7 @@ Test that VAR is a valid variable name? c = '?'; } - /* Set OPTIND */ + /* Set VAR and OPTIND */ cbuf[0] = c; set_local_var_from_halves(var, cbuf); set_local_var_from_halves("OPTIND", utoa(optind)); |