mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 20:50:42 +02:00
a select command invalid selection variable name is now a fatal error in posix mode; many test suite additions
This commit is contained in:
+1
-1
@@ -365,10 +365,10 @@ it_init_aliases (ITEMLIST *itp)
|
||||
sl->list[n] = (char *)NULL;
|
||||
sl->list_size = sl->list_len = n;
|
||||
itp->slist = sl;
|
||||
free (alias_list);
|
||||
#else
|
||||
itp->slist = (STRINGLIST *)NULL;
|
||||
#endif
|
||||
free (alias_list);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user