mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-13 05:30:48 +02:00
fix to backslash quoting of glob pattern characters; allow newly-loaded compspecs to be used in more cases; fixes to the cross-compiling environment; avoid potential overflow in GLOBSORT processing
This commit is contained in:
@@ -836,6 +836,9 @@ pathnames.h: Makefile $(srcdir)/pathnames.h.in
|
||||
fi
|
||||
@${RM} pathnames.tmp
|
||||
|
||||
buildconf.h: $(srcdir)/buildconf.h.in
|
||||
CONFIG_FILES= CONFIG_HEADERS=buildconf.h $(SHELL) ./config.status
|
||||
|
||||
$(SDIR)/bashbug.sh: $(SDIR)/bashbug.sh.in
|
||||
CONFIG_FILES=$(SDIR)/bashbug.sh CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user