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:
Victor Borja 2016-12-15 05:34:35 -06:00
parent 00bf082b31
commit 6ddf1e5e49

View File

@ -51,7 +51,7 @@ write_shim_script() {
cat <<EOF > $shim_path
#!/usr/bin/env bash
# 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
fi