commit bash-20150102 snapshot

This commit is contained in:
Chet Ramey
2015-01-12 11:03:15 -05:00
parent 02a413f643
commit 8f50a0236c
64 changed files with 29713 additions and 1770 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ char *
strcreplace (string, c, text, do_glob)
char *string;
int c;
char *text;
const char *text;
int do_glob;
{
char *ret, *p, *r, *t;