I yield. Going with unset CDPATH. May the odd user this affects forgive me now.

This commit is contained in:
Aaron Mildenstein 2014-02-24 17:41:28 -06:00
parent bdfe096e47
commit 74b8e99712

View file

@ -18,7 +18,8 @@
# Defaults you can override with environment variables
LS_HEAP_SIZE="${LS_HEAP_SIZE:=500m}"
basedir=$(cd `dirname $0`/.. >/dev/null; pwd)
unset CDPATH
basedir=$(cd `dirname $0`/..; pwd)
. ${basedir}/bin/logstash.lib.sh
setup