aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pkgs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkgs b/bin/pkgs
index 8d0c34e..4580977 100755
--- a/bin/pkgs
+++ b/bin/pkgs
@@ -240,7 +240,7 @@ case "${mode}" in
exit 1
else
add_package "$package"
- [ $new_package ] && create_package "$package"
+ [ $new_package -gt 0 ] && create_package "$package"
fi
;;
remove)