From 160746b60398a8a018e1791e259504f9d97a1b33 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 16 Nov 2009 05:51:18 +0100 Subject: tweak in comment Signed-off-by: Denys Vlasenko --- shell/hush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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) /* 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 -- cgit v1.2.3