Avoiding warnings when checking for arguments in clean.

This commit is contained in:
Daniel Baumann 2012-09-30 20:29:55 +02:00
parent 26f2278a23
commit b7396abd13
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ fi
rm -f .lock
if [ -z "${@}" ]
if [ -z "${1}" ]
then
ARGUMENTS="--all"
else