summaryrefslogtreecommitdiff
path: root/qpid/tools/src/java/bin/ConnectionLogger.sh
diff options
context:
space:
mode:
authorFraser Adams <fadams@apache.org>2014-03-11 18:33:08 +0000
committerFraser Adams <fadams@apache.org>2014-03-11 18:33:08 +0000
commit82bfb3925c481c46c36754fb4dc89eefa691cd87 (patch)
tree0991c1b28bf512cb40ad292e033137ac3a972b92 /qpid/tools/src/java/bin/ConnectionLogger.sh
parent531d50bf23e03d3485bb5e9c346d2e7ad455be78 (diff)
downloadqpid-python-82bfb3925c481c46c36754fb4dc89eefa691cd87.tar.gz
QPID-5604: Update comments to If we're on Cygwin we need to convert to Windows path. as per Jan's suggestion
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1576460 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/tools/src/java/bin/ConnectionLogger.sh')
-rwxr-xr-xqpid/tools/src/java/bin/ConnectionLogger.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/tools/src/java/bin/ConnectionLogger.sh b/qpid/tools/src/java/bin/ConnectionLogger.sh
index 9a78b66fbe..6abc9c2679 100755
--- a/qpid/tools/src/java/bin/ConnectionLogger.sh
+++ b/qpid/tools/src/java/bin/ConnectionLogger.sh
@@ -33,7 +33,7 @@ QMF2_LIBS=$QMF2_HOME/build/lib
CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar
-# If we're on Cygwin we need to prepend the CLASSPATH with cygpath.
+# If we're on Cygwin we need to convert to Windows path.
if $cygwin; then
CLASSPATH=$(cygpath -wp $CLASSPATH)
fi