From 09eaa39fe7f1f5eb0a6d8aa4fab79afe6ff572a4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 14 Oct 2009 17:39:09 -0700 Subject: local.mk.sample: use ksh93 as default $(SHELL) It's faster than bash and the newer versions I have fixed a bug where the all-important pipefail option got dropped in subshells. --- local.mk.sample | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'local.mk.sample') 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: -- cgit v1.2.3-24-ge0c7