about summary refs log tree commit homepage
path: root/local.mk.sample
diff options
context:
space:
mode:
Diffstat (limited to 'local.mk.sample')
-rw-r--r--local.mk.sample5
1 files changed, 3 insertions, 2 deletions
diff --git a/local.mk.sample b/local.mk.sample
index 5aa7700..d586f9d 100644
--- a/local.mk.sample
+++ b/local.mk.sample
@@ -25,8 +25,9 @@ ifdef gem_paths
   RUBYLIB := $(subst $(sp),:,$(addsuffix /lib,$(gem_paths)))
 endif
 
-# pipefail is THE reason to use bash (v3+)
-SHELL := /bin/bash -e -o pipefail
+# pipefail is THE reason to use bash (v3+) or never revisions of ksh93
+# SHELL := /bin/bash -e -o pipefail
+SHELL := /bin/ksh93 -e -o pipefail
 
 full-test: test-18 test-19
 test-18: