From ad1484bf0c92be6d4cfb70c854c8deece05ffcd1 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Wed, 22 Oct 2008 21:16:27 +0000
Subject: [PATCH] respect the force flag -f

---
 abuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/abuild b/abuild
index 9ccbe3e47849..fc089374353e 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
-- 
GitLab