summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSteve Powell <steve@rabbitmq.com>2012-02-10 16:13:39 +0000
committerSteve Powell <steve@rabbitmq.com>2012-02-10 16:13:39 +0000
commit56a96e27f9d4629f00864311a16fedea5ce7aa0b (patch)
treebf7176082f01c22c139c5a9595bf4fa1e0b2e7cf /scripts
parentd913a6d6f06ae4ba5b013ee5bfba74973b968c4a (diff)
downloadrabbitmq-server-git-56a96e27f9d4629f00864311a16fedea5ce7aa0b.tar.gz
Comment for future readers
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rabbitmq-env2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-env b/scripts/rabbitmq-env
index 97d795b82f..1e3a06082d 100755
--- a/scripts/rabbitmq-env
+++ b/scripts/rabbitmq-env
@@ -15,7 +15,7 @@
## Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
##
-# Determine where this script is really located
+# Determine where this script is really located (if this script is embedded, this is the location of the caller)
SCRIPT_PATH="$0"
while [ -h "$SCRIPT_PATH" ] ; do
FULL_PATH=`readlink -f $SCRIPT_PATH 2>/dev/null`