summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-03-01 11:59:18 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-03-01 11:59:18 +0000
commit1715ef085a13146633778d3fba727a6934831b11 (patch)
treeb9880797ff1902d76976fa7a4a5ddb9896e2e309
parent06a504b3e2f2e7f5d81ebda0d5e1d193c7f76fc4 (diff)
downloadrabbitmq-server-git-1715ef085a13146633778d3fba727a6934831b11.tar.gz
Correct strange language, M-q
-rwxr-xr-xscripts/rabbitmq-env3
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`