diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-15 15:27:41 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-15 15:27:41 +0200 |
commit | 4476c703015d026dfd8057a28010c33943aa2a9c (patch) | |
tree | 775ebe9ebf37329215c24fe57c25d72a348b7ffb /shell/hush.c | |
parent | 0485b677d2ccd8cd60579446cd1addcb4f322db3 (diff) | |
download | busybox-w32-4476c703015d026dfd8057a28010c33943aa2a9c.tar.gz busybox-w32-4476c703015d026dfd8057a28010c33943aa2a9c.tar.bz2 busybox-w32-4476c703015d026dfd8057a28010c33943aa2a9c.zip |
ash,hush: comment and debug tweaks, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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? | |||
9948 | c = '?'; | 9948 | c = '?'; |
9949 | } | 9949 | } |
9950 | 9950 | ||
9951 | /* Set OPTIND */ | 9951 | /* Set VAR and OPTIND */ |
9952 | cbuf[0] = c; | 9952 | cbuf[0] = c; |
9953 | set_local_var_from_halves(var, cbuf); | 9953 | set_local_var_from_halves(var, cbuf); |
9954 | set_local_var_from_halves("OPTIND", utoa(optind)); | 9954 | set_local_var_from_halves("OPTIND", utoa(optind)); |