diff options
author | scgilardi <scgilardi@gmail.com> | 2009-04-05 16:54:44 +0000 |
---|---|---|
committer | scgilardi <scgilardi@gmail.com> | 2009-04-05 16:54:44 +0000 |
commit | 091f2a1d1a8bf86761c4d4c3ea94d2b543f796cd (patch) | |
tree | 9274556bcb5b82e0b1647bd199c02ae42ee9d45f /launchers | |
parent | fc72b49e89d6e68d993209c73dcd08f7cfce2006 (diff) |
fix issue 36, compatiblity with bash 4.0 re: handling of set -o nounset and an empty
Diffstat (limited to 'launchers')
-rwxr-xr-x | launchers/bash/clj-env-dir | 2 |
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 |