Imported from ../bash-2.05b.tar.gz.

This commit is contained in:
Jari Aalto
2009-09-12 16:46:55 +00:00
parent f73dda092b
commit 7117c2d221
362 changed files with 34387 additions and 15063 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ hack_braces_completion (names)
register int i;
char *temp;
temp = really_munge_braces (names, 1, array_len (names), 0);
temp = really_munge_braces (names, 1, strvec_len (names), 0);
for (i = 0; names[i]; ++i)
{