You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2012/10/25 20:14:21 UTC

svn commit: r1402249 - /qpid/proton/trunk/config.sh

Author: rhs
Date: Thu Oct 25 18:14:19 2012
New Revision: 1402249

URL: http://svn.apache.org/viewvc?rev=1402249&view=rev
Log:
PROTON-102: applied patch from hiram for OS X

Modified:
    qpid/proton/trunk/config.sh

Modified: qpid/proton/trunk/config.sh
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/config.sh?rev=1402249&r1=1402248&r2=1402249&view=diff
==============================================================================
--- qpid/proton/trunk/config.sh (original)
+++ qpid/proton/trunk/config.sh Thu Oct 25 18:14:19 2012
@@ -18,7 +18,9 @@
 # under the License.
 #
 
-export PROTON_HOME=$(dirname $(readlink -f ${BASH_SOURCE[0]}))
+cd $(dirname ${BASH_SOURCE[0]}) > /dev/null
+export PROTON_HOME=$(pwd)
+cd - > /dev/null
 
 if [ -z "$CPROTON_BUILD" ]; then
     if [ -d $PROTON_HOME/proton-c/build ]; then



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org