Merge branch '2.4.0' of tasktools.org:task into 2.4.0

This commit is contained in:
Paul Beckingham 2014-01-06 17:55:25 -05:00
commit 55cc02bbc1

View file

@ -8,7 +8,7 @@ then
$i > test.log 2>&1
while read LINE
do
echo $LINE
echo "$LINE"
done < test.log
rm test.log
done