diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2012-03-01 11:59:18 +0000 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2012-03-01 11:59:18 +0000 |
commit | 32339c7c50138930163074dc1cdea35ac3284ded (patch) | |
tree | b9880797ff1902d76976fa7a4a5ddb9896e2e309 | |
parent | 8d78dca007f2900e750840ba856dc8b96edd6eab (diff) | |
download | rabbitmq-server-32339c7c50138930163074dc1cdea35ac3284ded.tar.gz |
Correct strange language, M-qbug22961
-rwxr-xr-x | scripts/rabbitmq-env | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/rabbitmq-env b/scripts/rabbitmq-env index 19767138..23224943 100755 --- a/scripts/rabbitmq-env +++ b/scripts/rabbitmq-env @@ -15,7 +15,8 @@ ## Copyright (c) 2007-2012 VMware, Inc. All rights reserved. ## -# Determine where this script is really located (if this script is embedded, this is the location of the caller) +# Determine where this script is really located (if this script is +# invoked from another script, this is the location of the caller) SCRIPT_PATH="$0" while [ -h "$SCRIPT_PATH" ] ; do FULL_PATH=`readlink -f $SCRIPT_PATH 2>/dev/null` |