diff options
| author | Simon MacMullen <simon@lshift.net> | 2009-02-16 15:30:15 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@lshift.net> | 2009-02-16 15:30:15 +0000 |
| commit | 822ff8d745a9cbc6a43dc6d6850637c64e20b1c1 (patch) | |
| tree | 2f07891da7fe77a8e8a81e4d1604bc36a6d77224 /scripts/rabbitmq-multi | |
| parent | 0e04bc871c41ea193c797d8ffabc30d0a2c6bcf7 (diff) | |
| download | rabbitmq-server-git-822ff8d745a9cbc6a43dc6d6850637c64e20b1c1.tar.gz | |
prevent unwanted path expansion
Diffstat (limited to 'scripts/rabbitmq-multi')
| -rwxr-xr-x | scripts/rabbitmq-multi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/rabbitmq-multi b/scripts/rabbitmq-multi index 84985e900f..164c5e187c 100755 --- a/scripts/rabbitmq-multi +++ b/scripts/rabbitmq-multi @@ -54,6 +54,11 @@ export \ RABBITMQ_SCRIPT_HOME \ RABBITMQ_PIDS_FILE +# we need to turn off path expansion because some of the vars, notably +# RABBITMQ_MULTI_ERL_ARGS, may contain terms that look like globs and +# there is no other way of preventing their expansion. +set -f + exec erl \ -pa "`dirname $0`/../ebin" \ -noinput \ |
