about summary refs log tree commit diff
path: root/Config/config.mk
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2001-05-20 10:59:27 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2001-05-20 10:59:27 +0000
commit7270c28a3992a1a386bc491f0f026080bb88387e (patch)
tree5b2b0e8569b73f7b532a4dfa4fbbbf3d3e2296da /Config/config.mk
parent2e7937686a26c0c227112f8310e11d193257b10f (diff)
downloadzsh-7270c28a3992a1a386bc491f0f026080bb88387e.tar.gz
zsh-7270c28a3992a1a386bc491f0f026080bb88387e.tar.xz
zsh-7270c28a3992a1a386bc491f0f026080bb88387e.zip
14401: workaround for script execution under Cygwin
Diffstat (limited to 'Config/config.mk')
-rw-r--r--Config/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config/config.mk b/Config/config.mk
index 8e5c59c88..476ced11d 100644
--- a/Config/config.mk
+++ b/Config/config.mk
@@ -35,8 +35,8 @@ $(dir_top)/Config/defs.mk $(dir_top)/Config/version.mk
 
 Makefile: Makefile.in $(dir_top)/config.status $(CONFIG_INCS)
 	cd $(dir_top) && \
-	  CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
+	  CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
 $(dir_top)/Config/defs.mk: $(sdir_top)/Config/defs.mk.in $(dir_top)/config.status
 	cd $(dir_top) && \
-	  CONFIG_FILES=Config/defs.mk CONFIG_HEADERS= ./config.status
+	  CONFIG_FILES=Config/defs.mk CONFIG_HEADERS= $(SHELL) ./config.status