mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-15 08:00:49 +02:00
commit bash-20080904 snapshot
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user