From 006d608ac9e163393350c9ed7a3d6db7c0485e5a Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 31 Oct 2020 10:01:21 -0400 Subject: [PATCH] fix, pass command line parameters to to `${wrapper_script} ${@}` --- usr/bin/sandbox-app-launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/sandbox-app-launcher b/usr/bin/sandbox-app-launcher index c2298cb..c19620e 100755 --- a/usr/bin/sandbox-app-launcher +++ b/usr/bin/sandbox-app-launcher @@ -333,4 +333,4 @@ run_program() { } setup -run_program +run_program "${@}"