Author: philip
Date: Mon Dec  8 12:03:23 2014
New Revision: 1643793

URL: http://svn.apache.org/r1643793
Log:
* autogen.sh: Unset CDPATH.

Modified:
    subversion/trunk/autogen.sh

Modified: subversion/trunk/autogen.sh
URL: 
http://svn.apache.org/viewvc/subversion/trunk/autogen.sh?rev=1643793&r1=1643792&r2=1643793&view=diff
==============================================================================
--- subversion/trunk/autogen.sh (original)
+++ subversion/trunk/autogen.sh Mon Dec  8 12:03:23 2014
@@ -23,6 +23,10 @@
 ### Run this to produce everything needed for configuration. ###
 
 
+# Some shells can produce output when running 'cd' which interferes
+# with the construct 'abs=`cd dir && pwd`'.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
 # Run tests to ensure that our build requirements are met
 RELEASE_MODE=""
 RELEASE_ARGS=""


Reply via email to