Skip to content

Commit

Permalink
fix: use valid path for linking (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chumper authored Feb 4, 2022
1 parent 54db10b commit ebd235b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/local/buildpack/utils/linking.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# use this if custom env is required, creates a shell wrapper to /usr/local/bin or /home/<user>/bin
function shell_wrapper () {
local install_dir
local FILE="${install_dir}/bin/${1}"
install_dir=$(get_install_dir)
local FILE="${install_dir}/bin/${1}"
check_command "$1"
cat > "$FILE" <<- EOM
#!/bin/bash
Expand Down

0 comments on commit ebd235b

Please sign in to comment.