aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/src/shflags_test_public.sh
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-07-11 15:33:23 +0000
committerkate.ward <kate.ward@forestent.com>2008-07-11 15:33:23 +0000
commit1d0ecc466906f1db8c1f2fb5fff9b13f9b2f8ce2 (patch)
tree5ebc22ea5e46b8b51b48f94e8acfcdf766ddfc15 /source/1.0/src/shflags_test_public.sh
parentf32fb4ff4ecd173815fffd0473dfc20ceeae4d71 (diff)
downloadshflags-1d0ecc466906f1db8c1f2fb5fff9b13f9b2f8ce2.tar.gz
fixed problems with help; changed zsh checks
Diffstat (limited to 'source/1.0/src/shflags_test_public.sh')
-rwxr-xr-xsource/1.0/src/shflags_test_public.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/1.0/src/shflags_test_public.sh b/source/1.0/src/shflags_test_public.sh
index 2ab5902..933e596 100755
--- a/source/1.0/src/shflags_test_public.sh
+++ b/source/1.0/src/shflags_test_public.sh
@@ -11,6 +11,9 @@
# load test helpers
. ./shflags_test_helpers
+# set shwordsplit for zsh
+[ -n "${ZSH_VERSION:-}" ] && setopt shwordsplit
+
#------------------------------------------------------------------------------
# suite tests
#