Code cleanup

This commit is contained in:
Pierre Pronchery 2013-01-07 02:35:58 +01:00
parent 52b5082487
commit fc58598cc3

View File

@ -91,7 +91,7 @@ while [ $# -gt 0 ]; do
shift
#clean
[ $clean -ne 0 ] && continue
[ "$clean" -ne 0 ] && continue
#uninstall
if [ "$uninstall" -eq 1 ]; then