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
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue