]> git.pond.sub.org Git - empserver/blobdiff - Make.mk
Make: Use SHELL to run test scripts, since /bin/sh may suck
[empserver] / Make.mk
diff --git a/Make.mk b/Make.mk
index 072e27f48d471dba5650c678e76d1a0d9930b7c2..29578bcaf0efc2cc2ae57d83ecc251084e902b3d 100644 (file)
--- a/Make.mk
+++ b/Make.mk
@@ -100,7 +100,7 @@ endif
 # Helper for running tests
 # Usage: $(call run-test, SHELL-SCRIPT)
 # Recursively expanded, or else parameters don't work
-run-test = $(call quiet-command, $1 $(srcdir), TEST $1)
+run-test = $(call quiet-command, $(SHELL) -e $1 $(srcdir), TEST $1)
 
 # How to substitute Autoconf output variables
 # Recursively expanded so that $@ and $< work.