From 4476c703015d026dfd8057a28010c33943aa2a9c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 15 Aug 2017 15:27:41 +0200 Subject: ash,hush: comment and debug tweaks, no code changes Signed-off-by: Denys Vlasenko --- shell/hush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/hush.c') 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 @@ 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)); -- cgit v1.1