From dc42b7777e511deabc4ff2ff8ff692a29a1e3cd4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 30 Jan 2025 15:25:04 +0000 Subject: [PATCH] cli: The shell environment is obviously local, too Signed-off-by: Michael Tremer --- src/cli/lib/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/lib/shell.c b/src/cli/lib/shell.c index 30609e59..41af0b0c 100644 --- a/src/cli/lib/shell.c +++ b/src/cli/lib/shell.c @@ -97,7 +97,7 @@ int cli_shell(void* data, int argc, char* argv[]) { .num_packages = 0, }; struct pakfire_build* build = NULL; - int flags = PAKFIRE_BUILD_INTERACTIVE; + int flags = PAKFIRE_BUILD_LOCAL | PAKFIRE_BUILD_INTERACTIVE; int r; // Parse the command line -- 2.47.3