commit bash-20041021 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:38:20 -05:00
parent 453f278a2a
commit c327176389
27 changed files with 5275 additions and 55 deletions
+15
View File
@@ -0,0 +1,15 @@
*** ../bash-3.0-patched/general.c Wed Apr 14 23:20:13 2004
--- general.c Wed Oct 20 16:59:59 2004
***************
*** 268,272 ****
#if defined (ARRAY_VARS)
! if ((legal_variable_starter (c) == 0) && (flags && c != '[')) /* ] */
#else
if (legal_variable_starter (c) == 0)
--- 268,272 ----
#if defined (ARRAY_VARS)
! if ((legal_variable_starter (c) == 0) && (flags == 0 || c != '[')) /* ] */
#else
if (legal_variable_starter (c) == 0)