From 2aeef1c22da6f005b799335e388768430084e1eb Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 7 Jan 2013 02:35:57 +0100 Subject: [PATCH] Code cleanup --- data/pkgconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/pkgconfig.sh b/data/pkgconfig.sh index 7e66bc9..2350501 100755 --- a/data/pkgconfig.sh +++ b/data/pkgconfig.sh @@ -91,7 +91,7 @@ while [ $# -gt 0 ]; do shift #clean - [ $clean -ne 0 ] && continue + [ "$clean" -ne 0 ] && continue #uninstall if [ "$uninstall" -eq 1 ]; then