/[Apache-SVN]/lucene/nutch/branches/mapred/bin/slaves.sh
ViewVC logotype

Diff of /lucene/nutch/branches/mapred/bin/slaves.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- lucene/nutch/branches/mapred/bin/slaves.sh	2005/08/30 22:09:56	264879
+++ lucene/nutch/branches/mapred/bin/slaves.sh	2005/08/30 22:18:55	264880
@@ -20,6 +20,6 @@ if [ "$NUTCH_SLAVES" = "" ]; then
 fi
 
 for slave in `cat $NUTCH_SLAVES`; do
- echo -n $slave:\ 
+ echo $slave:
  ssh -o ConnectTimeout=1 $slave "$@"
 done

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26