summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Nader <adrien@notk.org>2014-12-23 14:22:47 +0100
committerAdrien Nader <adrien@notk.org>2014-12-23 14:22:47 +0100
commit382591bbfeee93e59472fe73b442cd6759393c9a (patch)
tree815615d927abe5ecbc189d2a18799035543264e9
parent353d9c7f643559487f2173f04bca25cbf264c16c (diff)
zz_config/win-builds-switch: don't fail for shells which aren't zsh.HEADmaster
-rw-r--r--zz_config/win-builds-switch.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/zz_config/win-builds-switch.in b/zz_config/win-builds-switch.in
index 51aede8..2db50b0 100644
--- a/zz_config/win-builds-switch.in
+++ b/zz_config/win-builds-switch.in
@@ -19,7 +19,7 @@
#_
#_!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-EMULATE="$(emulate)"
+EMULATE="$(emulate)" || true
if [ -n "${EMULATE}" ]; then
emulate sh
fi