Prevent passing package_bin_path=$1 as $@ to the actual run

This commit is contained in:
Ryan Hughes
2026-05-02 16:22:54 -04:00
parent 3ca4bb33f2
commit e7df3d46f4
+1
View File
@@ -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"