aboutsummaryrefslogtreecommitdiff
path: root/launchers
diff options
context:
space:
mode:
authorscgilardi <scgilardi@gmail.com>2009-04-05 16:54:44 +0000
committerscgilardi <scgilardi@gmail.com>2009-04-05 16:54:44 +0000
commit091f2a1d1a8bf86761c4d4c3ea94d2b543f796cd (patch)
tree9274556bcb5b82e0b1647bd199c02ae42ee9d45f /launchers
parentfc72b49e89d6e68d993209c73dcd08f7cfce2006 (diff)
fix issue 36, compatiblity with bash 4.0 re: handling of set -o nounset and an empty
Diffstat (limited to 'launchers')
-rwxr-xr-xlaunchers/bash/clj-env-dir2
1 files changed, 1 insertions, 1 deletions
diff --git a/launchers/bash/clj-env-dir b/launchers/bash/clj-env-dir
index ea059f65..6b54587e 100755
--- a/launchers/bash/clj-env-dir
+++ b/launchers/bash/clj-env-dir
@@ -40,7 +40,7 @@
# example: clojure.contrib.repl_ln
set -o errexit
-set -o nounset
+#set -o nounset
#set -o xtrace
if [ -n "${CLOJURE_EXT:-}" ]; then