[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[abcde] abcde patch take 2



Hiya again,

of course I had to make a last minute change without testing it and send you a broken patch

I'm not even sure this line is needed at all, it's only there to remove the first
space, just so that the var is cleaner.

this should apply over my previous patch

sorry about that

David

--- abcde.orig	Mon Jan 15 11:25:36 2001
+++ abcde	Mon Jan 15 11:17:59 2001
@@ -1040,7 +1040,7 @@
 	ENCODELOCATIONS="$ENCODELOCATIONS $REMOTEHOST"
 	NUMLOCATIONS=$(expr $NUMLOCATIONS + 1)
 done
-ENCODELOCATIONS=$(echo $ENCODELOCATIONS | cut -b 2-)
+ENCODELOCATIONS=$(echo $ENCODELOCATIONS)
 for UTRACKNUM in $TRACKQUEUE
 do
 	read FOO # For blocking only - $FOO never gets used

To unsubscribe: echo unsubscribe | mail abcde-request@whimsica.lly.org