From 82bfb3925c481c46c36754fb4dc89eefa691cd87 Mon Sep 17 00:00:00 2001 From: Fraser Adams Date: Tue, 11 Mar 2014 18:33:08 +0000 Subject: 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 --- qpid/tools/src/java/bin/ConnectionLogger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/tools/src/java/bin/ConnectionLogger.sh') 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 -- cgit v1.2.1