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 | 1715ef085a13146633778d3fba727a6934831b11 (patch) | |
| tree | b9880797ff1902d76976fa7a4a5ddb9896e2e309 | |
| parent | 06a504b3e2f2e7f5d81ebda0d5e1d193c7f76fc4 (diff) | |
| download | rabbitmq-server-git-1715ef085a13146633778d3fba727a6934831b11.tar.gz | |
Correct strange language, M-q
| -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 197671380c..23224943fe 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` |
