Fix for LOGSTASH-1920

This commit is contained in:
Aaron Mildenstein 2014-02-24 17:26:43 -06:00
parent 4f369e77a6
commit 455cb03fa6

View file

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