mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Prevent passing package_bin_path=$1 as $@ to the actual run
This commit is contained in:
@@ -43,6 +43,7 @@ ensure_bin_runtime() {
|
||||
|
||||
exec_package_bin() {
|
||||
local package_bin_path=\$1
|
||||
shift
|
||||
|
||||
if [[ -n \$package_bin_path ]]; then
|
||||
ensure_bin_runtime "\$package_bin_path"
|
||||
|
||||
Reference in New Issue
Block a user