mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-09 03:30:48 +02:00
Imported from ../bash-2.05b.tar.gz.
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user