You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/05/01 08:43:44 UTC

svn commit: r165464 - /maven/maven-1/core/trunk/bootstrap.sh

Author: brett
Date: Sat Apr 30 23:43:44 2005
New Revision: 165464

URL: http://svn.apache.org/viewcvs?rev=165464&view=rev
Log:
fix script for cygwin

Modified:
    maven/maven-1/core/trunk/bootstrap.sh

Modified: maven/maven-1/core/trunk/bootstrap.sh
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/bootstrap.sh?rev=165464&r1=165463&r2=165464&view=diff
==============================================================================
--- maven/maven-1/core/trunk/bootstrap.sh (original)
+++ maven/maven-1/core/trunk/bootstrap.sh Sat Apr 30 23:43:44 2005
@@ -5,7 +5,7 @@
   CYGWIN*) cygwin=true ;;
 esac
 
-if [ "$cygwin" == "true" ]; then
+if $cygwin; then
   export MAVEN_HOME=`cygpath -pw $MAVEN_HOME`
   export MAVEN_HOME_LOCAL=`cygpath -pw $MAVEN_HOME_LOCAL`
 fi



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org