Properly fix the temporary file creation in the case of multiple
command-line arguments. Noticed by: dynamo <dynamo@ime.net>
This commit is contained in:
parent
8949746149
commit
a3125484c9
@ -92,7 +92,6 @@ do
|
||||
cp /dev/null $tmp_output
|
||||
fi
|
||||
done
|
||||
rm -f $tmp_output
|
||||
done
|
||||
if [ $empty = TRUE ]
|
||||
then
|
||||
@ -101,3 +100,4 @@ do
|
||||
fi
|
||||
} | eval $pipe
|
||||
done
|
||||
rm -f $tmp_output
|
||||
|
Loading…
Reference in New Issue
Block a user