about summary refs log tree commit homepage
path: root/local.mk.sample
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-14 17:39:09 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-14 17:39:54 -0700
commit09eaa39fe7f1f5eb0a6d8aa4fab79afe6ff572a4 (patch)
treeefd8a290c45fdd734a0d83547070e870ff91355d /local.mk.sample
parent0a47b9209b6c677ad03ad2075f671883ca2b7474 (diff)
downloadrainbows-09eaa39fe7f1f5eb0a6d8aa4fab79afe6ff572a4.tar.gz
It's faster than bash and the newer versions I have fixed a bug
where the all-important pipefail option got dropped in
subshells.
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: