diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-16 05:51:18 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-16 05:51:18 +0100 |
commit | 160746b60398a8a018e1791e259504f9d97a1b33 (patch) | |
tree | a7a57bd4d1f9681a3a0148ecf7b80af0d1b43323 /shell | |
parent | 5b2db97703630885b8f4c1ce0371415d1d2501a9 (diff) | |
download | busybox-w32-160746b60398a8a018e1791e259504f9d97a1b33.tar.gz busybox-w32-160746b60398a8a018e1791e259504f9d97a1b33.tar.bz2 busybox-w32-160746b60398a8a018e1791e259504f9d97a1b33.zip |
tweak in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-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 171b73940..24134fd8a 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -2007,7 +2007,7 @@ static int o_get_last_ptr(o_string *o, int n) | |||
2007 | /* There in a GNU extension, GLOB_BRACE, but it is not usable: | 2007 | /* There in a GNU extension, GLOB_BRACE, but it is not usable: |
2008 | * first, it processes even {a} (no commas), second, | 2008 | * first, it processes even {a} (no commas), second, |
2009 | * I didn't manage to make it return strings when they don't match | 2009 | * I didn't manage to make it return strings when they don't match |
2010 | # existing files. Need to re-implement it. | 2010 | * existing files. Need to re-implement it. |
2011 | * | 2011 | * |
2012 | * This code needs corresponding quoting on variable expansion side. | 2012 | * This code needs corresponding quoting on variable expansion side. |
2013 | * Currently, "a='{q,w}'; echo $a" erroneously expands braces in $a | 2013 | * Currently, "a='{q,w}'; echo $a" erroneously expands braces in $a |