home
·
contact
·
privacy
projects
/
plomlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f85135
)
Fix args expansion.
master
author
Plom Heller
<plom@plomlompom.com>
Tue, 25 Aug 2026 15:36:49 +0000
(17:36 +0200)
committer
Plom Heller
<plom@plomlompom.com>
Tue, 25 Aug 2026 15:36:49 +0000
(17:36 +0200)
sh/install/run.bottom
patch
|
blob
|
history
diff --git
a/sh/install/run.bottom
b/sh/install/run.bottom
index c3f8826388c4019d3e6e24c585e3a04ed4d21f48..fde0b473d293a5f970a5d664a394f4f2b7ecd826 100644
(file)
--- 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
"$@"