removed whitespace
This commit is contained in:
parent
717472a048
commit
cc59a98c10
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Author: Oliver Ladner <oli@lugh.ch>
|
# Author: Oliver Ladner <oli@lugh.ch>
|
||||||
# License: LGPL
|
# License: LGPL
|
||||||
#
|
#
|
||||||
# Cleans directories from garbage files
|
# Cleans directories from garbage files
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue