From 9284822a7e38ffa6533ac3b048a7ea1d2110b14f Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sat, 14 Dec 2019 16:10:56 +0100 Subject: qkeyword: default to ARCH when no arch given By default just operate on the arch specified by the selected profile. This is probably going to be useful in the majority of the cases. Signed-off-by: Fabian Groffen --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index e0b2b9c..869bf31 100644 --- a/main.c +++ b/main.c @@ -31,6 +31,7 @@ int verbose = 0; int quiet = 0; int twidth; char pretend = 0; +char *portarch; char *portroot; char *config_protect; char *config_protect_mask; @@ -46,7 +47,6 @@ DECLARE_ARRAY(overlays); DECLARE_ARRAY(overlay_names); DECLARE_ARRAY(overlay_src); -static char *portarch; static char *portedb; static char *eprefix; static char *accept_license; -- cgit v1.2.3-65-gdbad