From: Plom Heller Date: Tue, 25 Aug 2026 15:36:49 +0000 (+0200) Subject: Fix args expansion. X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/static/%7B%7B%20web_path%20%7D%7D/add_task?a=commitdiff_plain;ds=sidebyside;p=plomlib Fix args expansion. --- 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 "$@"