commit bash-20210201 snapshot

This commit is contained in:
Chet Ramey
2021-02-06 18:27:50 -05:00
parent fcad1d1e84
commit 08871a7780
16 changed files with 169 additions and 90 deletions
+1 -1
View File
@@ -119,10 +119,10 @@ void udequote_pathname PARAMS((char *));
#if HANDLE_MULTIBYTE
void wcdequote_pathname PARAMS((wchar_t *));
static void wdequote_pathname PARAMS((char *));
static void dequote_pathname PARAMS((char *));
#else
# define dequote_pathname udequote_pathname
#endif
static void dequote_pathname PARAMS((char *));
static int glob_testdir PARAMS((char *, int));
static char **glob_dir_to_array PARAMS((char *, char **, int));