Imported from ../bash-2.01.tar.gz.

This commit is contained in:
Jari Aalto
2009-09-12 16:46:50 +00:00
parent ccc6cda312
commit d166f04881
304 changed files with 14702 additions and 13012 deletions
+2 -6
View File
@@ -31,11 +31,7 @@
# include <unistd.h>
#endif
#if defined (HAVE_STRING_H)
# include <string.h>
#else /* !HAVE_STRING_H */
# include <strings.h>
#endif /* !HAVE_STRING_H */
#include "bashansi.h"
#include "shell.h"
#include <readline/readline.h>
@@ -103,7 +99,7 @@ really_munge_braces (array, real_start, real_end, gcd_zero)
top level, and there isn't a consistent prefix. */
result_size += 1;
result = xrealloc (result, result_size);
strcpy (result, "{");
result[0] = '{'; result[1] = '\0';
flag++;
}