mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
I yield. Going with unset CDPATH
. May the odd user this affects forgive me now.
This commit is contained in:
parent
bdfe096e47
commit
74b8e99712
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue