mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
Escape double quotes
This commit is contained in:
parent
f5d4c04a35
commit
132971c290
@ -41,7 +41,7 @@ write_shim_script() {
|
||||
local shim_path=$(asdf_dir)/shims/$(basename $executable_path)
|
||||
|
||||
echo """#!/usr/bin/env sh
|
||||
$(asdf_dir)/bin/private/asdf-exec ${package_name} ${executable_path} "\$@"
|
||||
$(asdf_dir)/bin/private/asdf-exec ${package_name} ${executable_path} \"\$@\"
|
||||
""" > $shim_path
|
||||
|
||||
chmod +x $shim_path
|
||||
|
Loading…
Reference in New Issue
Block a user