From b47094191145277319b81feb6d1a7f0e3e20b906 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sun, 13 Oct 2024 12:09:38 +0900 Subject: shim: get rid of insane launch condition Signed-off-by: Ophestra Umiker --- internal/app/launch.sudo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app/launch.sudo.go') diff --git a/internal/app/launch.sudo.go b/internal/app/launch.sudo.go index 777cb2a7..3e364ace 100644 --- a/internal/app/launch.sudo.go +++ b/internal/app/launch.sudo.go @@ -26,7 +26,7 @@ func (a *app) commandBuilderSudo(shimEnv string) (args []string) { args = append(args, shimEnv) // -- $@ - args = append(args, "--", a.seal.sys.executable, "-V", "--license") // magic for shim.Try() + args = append(args, "--", a.seal.sys.executable, "shim") return } -- cgit v1.3.1