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
commit32339c7c50138930163074dc1cdea35ac3284ded (patch)
treeb9880797ff1902d76976fa7a4a5ddb9896e2e309
parent8d78dca007f2900e750840ba856dc8b96edd6eab (diff)
downloadrabbitmq-server-bug22961.tar.gz
Correct strange language, M-qbug22961
-rwxr-xr-xscripts/rabbitmq-env3
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`