commit | 4476c703015d026dfd8057a28010c33943aa2a9c | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Aug 15 15:27:41 2017 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Aug 15 15:27:41 2017 +0200 |
tree | 775ebe9ebf37329215c24fe57c25d72a348b7ffb | |
parent | 0485b677d2ccd8cd60579446cd1addcb4f322db3 [diff] [blame] |
ash,hush: comment and debug tweaks, no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/shell/hush.c b/shell/hush.c index 517b8c1..42f95ef 100644 --- a/shell/hush.c +++ b/shell/hush.c
@@ -9948,7 +9948,7 @@ 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));