Code cleanup

This commit is contained in:
Pierre Pronchery 2015-06-04 23:53:24 +02:00
parent 57ccb6e2b0
commit 0cf06346ab

View File

@ -192,4 +192,4 @@ if [ $email -eq 1 ]; then
else
$update
fi
[ $delete -eq 1 ] && $RMDIR "$ROOT"
[ $delete -eq 1 ] && $RMDIR -- "$ROOT"