tweak in comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 16 Nov 2009 04:51:18 +0000 (05:51 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 16 Nov 2009 04:51:18 +0000 (05:51 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c

index 171b7394026eb712ad4e53441416448bb8cd570f..24134fd8a5bec373a653f68dbfc37d3056f8f5e9 100644 (file)
@@ -2007,7 +2007,7 @@ static int o_get_last_ptr(o_string *o, int n)
 /* There in a GNU extension, GLOB_BRACE, but it is not usable:
  * first, it processes even {a} (no commas), second,
  * I didn't manage to make it return strings when they don't match
# existing files. Need to re-implement it.
* existing files. Need to re-implement it.
  *
  * This code needs corresponding quoting on variable expansion side.
  * Currently, "a='{q,w}'; echo $a" erroneously expands braces in $a