You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/03/03 09:40:13 UTC

svn commit: r382726 - /lenya/trunk/configure.sh

Author: michi
Date: Fri Mar  3 00:40:12 2006
New Revision: 382726

URL: http://svn.apache.org/viewcvs?rev=382726&view=rev
Log:
path fixed

Modified:
    lenya/trunk/configure.sh

Modified: lenya/trunk/configure.sh
URL: http://svn.apache.org/viewcvs/lenya/trunk/configure.sh?rev=382726&r1=382725&r2=382726&view=diff
==============================================================================
--- lenya/trunk/configure.sh (original)
+++ lenya/trunk/configure.sh Fri Mar  3 00:40:12 2006
@@ -25,7 +25,7 @@
 # ----- Ignore system CLASSPATH variable
 OLD_CLASSPATH="$CLASSPATH"
 unset CLASSPATH
-CLASSPATH="`echo tools/configure/build | tr ' ' $S`"
+CLASSPATH="`echo tools/configure/build/classes | tr ' ' $S`"
 export CLASSPATH
 #echo "$CLASSPATH"
 



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