Bash-5.0 patch 1: fix pathname expansion of directory names containing backslashes

This commit is contained in:
Chet Ramey
2019-01-18 15:12:37 -05:00
parent d233b485e8
commit 4d2e315490
3 changed files with 60 additions and 10 deletions
+1 -1
View File
@@ -25,6 +25,6 @@
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
looks for to find the patch level (for the sccs version string). */
#define PATCHLEVEL 0
#define PATCHLEVEL 1
#endif /* _PATCHLEVEL_H_ */