mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Reverting slash on quotes
This commit is contained in:
parent
dfb2ad40ab
commit
6d78d4fd80
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user