Author: siren Date: Sun Mar 11 04:12:23 2007 New Revision: 516888 URL: http://svn.apache.org/viewvc?view=rev&rev=516888 Log: fix bin/nutch: line 152: cygpath: command not found on linux (FC5), hope i am not breaking it for some other env
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=516888&r1=516887&r2=516888 ============================================================================== --- lucene/nutch/trunk/bin/nutch (original) +++ lucene/nutch/trunk/bin/nutch Sun Mar 11 04:12:23 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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Nutch-cvs mailing list Nutch-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nutch-cvs