removed whitespace

This commit is contained in:
Oliver Ladner 2011-01-07 13:43:56 +01:00
commit cc59a98c10

View file

@ -41,7 +41,6 @@ if [ $? -gt 0 ]; then
exit 1 exit 1
fi fi
if [ $(grep -v -c '^$' /tmp/cleanup.$$) -eq 0 ]; then if [ $(grep -v -c '^$' /tmp/cleanup.$$) -eq 0 ]; then
echo " OK, no garbage files found" echo " OK, no garbage files found"
else else
@ -60,5 +59,4 @@ else
fi fi
rm /tmp/cleanup.$$ rm /tmp/cleanup.$$
exit $RC exit $RC