Code cleanup

This commit is contained in:
Pierre Pronchery 2013-01-07 02:35:56 +01:00
parent 20adfc4e0d
commit c10e69d9cb

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