You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by si...@apache.org on 2007/03/11 15:30:36 UTC

svn commit: r516908 - /lucene/nutch/trunk/bin/nutch

Author: siren
Date: Sun Mar 11 07:30:35 2007
New Revision: 516908

URL: http://svn.apache.org/viewvc?view=rev&rev=516908
Log:
revert to previous version as requested by ab

Modified:
    lucene/nutch/trunk/bin/nutch

Modified: lucene/nutch/trunk/bin/nutch
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/bin/nutch?view=diff&rev=516908&r1=516907&r2=516908
==============================================================================
--- lucene/nutch/trunk/bin/nutch (original)
+++ lucene/nutch/trunk/bin/nutch Sun Mar 11 07:30:35 2007
@@ -148,7 +148,7 @@
   fi
 fi
 
-if $cygwin -a "X${JAVA_LIBRARY_PATH}" != "X"; then
+if [ $cygwin -a "X${JAVA_LIBRARY_PATH}" != "X" ]; then
   JAVA_LIBRARY_PATH=`cygpath -p -w "$JAVA_LIBRARY_PATH"`
 fi