mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
Fix shim args again.
Broken here:
00bf082b31 (diff-774f80a035a812fafdd48ebc7c8b6af4R54)
but this time we have tests to notice:
https://travis-ci.org/asdf-vm/asdf/builds/184202823
This commit is contained in:
parent
00bf082b31
commit
6ddf1e5e49
@ -51,7 +51,7 @@ write_shim_script() {
|
|||||||
cat <<EOF > $shim_path
|
cat <<EOF > $shim_path
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# asdf-plugin: ${plugin_name}
|
# asdf-plugin: ${plugin_name}
|
||||||
exec $(asdf_dir)/bin/private/asdf-exec ${plugin_name} ${executable_path} \"\$@\"
|
exec $(asdf_dir)/bin/private/asdf-exec ${plugin_name} ${executable_path} "\$@"
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user