summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild b/abuild
index 9ccbe3e..fc08937 100755
--- a/abuild
+++ b/abuild
@@ -318,7 +318,7 @@ trap 'die "Aborted by user"' INT
if [ -z "$1" ]; then
- if up2date; then
+ if up2date && [ -z "$force" ]; then
vecho "Package is up to date"
else
set $default_cmds