commit bash-20090401 snapshot

This commit is contained in:
Chet Ramey
2011-12-08 20:07:17 -05:00
parent c302751c7b
commit 5ccad77957
19 changed files with 789 additions and 652 deletions
+1 -1
View File
@@ -3225,7 +3225,7 @@ bash_dequote_filename (text, quote_char)
*r++ = *++p;
if (*p == '\0')
break;
return ret; /* XXX - was break; */
continue;
}
/* Close quote. */