removed whitespace

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

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Author: Oliver Ladner <oli@lugh.ch>
# Author: Oliver Ladner <oli@lugh.ch>
# License: LGPL
#
# Cleans directories from garbage files
@ -41,7 +41,6 @@ if [ $? -gt 0 ]; then
exit 1
fi
if [ $(grep -v -c '^$' /tmp/cleanup.$$) -eq 0 ]; then
echo " OK, no garbage files found"
else
@ -60,5 +59,4 @@ else
fi
rm /tmp/cleanup.$$
exit $RC