diff options
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/installer/install_bin.sh | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/utils/installer/install_bin.sh b/utils/installer/install_bin.sh index 4c649b44..cda02473 100755 --- a/utils/installer/install_bin.sh +++ b/utils/installer/install_bin.sh @@ -24,9 +24,9 @@ function setup_shim() {    cp "$src" "$dst" -  sed -e s"@RUNTIME_DIR_VAR@\"${LUNARVIM_RUNTIME_DIR}\"@"g \ -    -e s"@CONFIG_DIR_VAR@\"${LUNARVIM_CONFIG_DIR}\"@"g \ -    -e s"@CACHE_DIR_VAR@\"${LUNARVIM_CACHE_DIR}\"@"g "$src" \ +  sed -e s"#RUNTIME_DIR_VAR#\"${LUNARVIM_RUNTIME_DIR}\"#"g \ +    -e s"#CONFIG_DIR_VAR#\"${LUNARVIM_CONFIG_DIR}\"#"g \ +    -e s"#CACHE_DIR_VAR#\"${LUNARVIM_CACHE_DIR}\"#"g "$src" \      | tee "$dst" >/dev/null    chmod u+x "$dst" | 
