From 8692e6dd3c9f5803def5f42b570c5a5f8027f11e Mon Sep 17 00:00:00 2001 From: Plom Heller Date: Tue, 25 Aug 2026 17:36:49 +0200 Subject: [PATCH] Fix args expansion. --- sh/install/run.bottom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/install/run.bottom b/sh/install/run.bottom index c3f8826..fde0b47 100644 --- a/sh/install/run.bottom +++ b/sh/install/run.bottom @@ -1,3 +1,3 @@ export PYTHONPATH="${PATH_APP_SHARE}:${PYTHONPATH}" cd "${PATH_APP_SHARE}" -./run.py $@ +./run.py "$@" -- 2.30.2