aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-08-03 22:27:50 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-08-03 22:27:50 +0000
commitc8bec9a0852ce6ce09a67d8a688623e32735378e (patch)
treeb5c6e279e264277217ebc1ee213f2937fa5d2596
parentb2dc913527f2cb9a4590fe5e553bcc2c456007e0 (diff)
downloadbusybox-w32-c8bec9a0852ce6ce09a67d8a688623e32735378e.tar.gz
busybox-w32-c8bec9a0852ce6ce09a67d8a688623e32735378e.tar.bz2
busybox-w32-c8bec9a0852ce6ce09a67d8a688623e32735378e.zip
hush: remove a comment about already fixed bug
-rw-r--r--shell/hush.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c
index b6393865b..ce25e127d 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -2471,8 +2471,6 @@ static int expand_on_ifs(o_string *output, int n, const char *str)
2471 * to be filled). This routine is extremely tricky: has to deal with 2471 * to be filled). This routine is extremely tricky: has to deal with
2472 * variables/parameters with whitespace, $* and $@, and constructs like 2472 * variables/parameters with whitespace, $* and $@, and constructs like
2473 * 'echo -$*-'. If you play here, you must run testsuite afterwards! */ 2473 * 'echo -$*-'. If you play here, you must run testsuite afterwards! */
2474/* NB: another bug is that we cannot detect empty strings yet:
2475 * "" or $empty"" expands to zero words, has to expand to empty word */
2476static int expand_vars_to_list(o_string *output, int n, char *arg, char or_mask) 2474static int expand_vars_to_list(o_string *output, int n, char *arg, char or_mask)
2477{ 2475{
2478 /* or_mask is either 0 (normal case) or 0x80 2476 /* or_mask is either 0 (normal case) or 0x80