From: Michael Tremer Date: Thu, 30 Jan 2025 15:25:04 +0000 (+0000) Subject: cli: The shell environment is obviously local, too X-Git-Tag: 0.9.30~256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc42b7777e511deabc4ff2ff8ff692a29a1e3cd4;p=pakfire.git cli: The shell environment is obviously local, too Signed-off-by: Michael Tremer --- 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