hush: remove a comment about already fixed bug
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 3 Aug 2008 22:27:50 +0000 (22:27 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 3 Aug 2008 22:27:50 +0000 (22:27 -0000)
shell/hush.c

index b6393865b1bfcff64ccc1ce3dd3d8f17d791d46d..ce25e127d9d30bd06a8b340434403a5b32df76c5 100644 (file)
@@ -2471,8 +2471,6 @@ static int expand_on_ifs(o_string *output, int n, const char *str)
  * to be filled). This routine is extremely tricky: has to deal with
  * variables/parameters with whitespace, $* and $@, and constructs like
  * 'echo -$*-'. If you play here, you must run testsuite afterwards! */
-/* NB: another bug is that we cannot detect empty strings yet:
- * "" or $empty"" expands to zero words, has to expand to empty word */
 static int expand_vars_to_list(o_string *output, int n, char *arg, char or_mask)
 {
        /* or_mask is either 0 (normal case) or 0x80