commit bash-20080904 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:28:26 -05:00
parent 40c8fbee93
commit 48ff544772
57 changed files with 6877 additions and 6620 deletions
+3
View File
@@ -53,6 +53,8 @@
#include "builtins/getopt.h"
#include "builtins/common.h"
#include "builtins/builtext.h"
#include <tilde/tilde.h>
#include <glob/strmatch.h>
@@ -2758,6 +2760,7 @@ expand_assignment_string_to_string (string, quoted)
char *
expand_arith_string (string, quoted)
char *string;
int quoted;
{
return (expand_string_if_necessary (string, quoted, expand_string));
}