Author: cutting
Date: Tue Aug 30 15:18:55 2005
New Revision: 264880

URL: http://svn.apache.org/viewcvs?rev=264880&view=rev
Log:
Always put a newline after host name.

Modified:
    lucene/nutch/branches/mapred/bin/slaves.sh

Modified: lucene/nutch/branches/mapred/bin/slaves.sh
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/branches/mapred/bin/slaves.sh?rev=264880&r1=264879&r2=264880&view=diff
==============================================================================
--- lucene/nutch/branches/mapred/bin/slaves.sh (original)
+++ lucene/nutch/branches/mapred/bin/slaves.sh Tue Aug 30 15:18:55 2005
@@ -20,6 +20,6 @@
 fi
 
 for slave in `cat $NUTCH_SLAVES`; do
- echo -n $slave:\ 
+ echo $slave:
  ssh -o ConnectTimeout=1 $slave "$@"
 done


Reply via email to