Skip to content

Commit

Permalink
respect SHSH_PREFIX
Browse files Browse the repository at this point in the history
Signed-off-by: Tin Lai <[email protected]>
  • Loading branch information
soraxas committed Jul 24, 2024
1 parent 6769d32 commit 335aa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/shsh-_env-var
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ bin_path="$(dirname "$(resolve_link "$0")")"
export PATH="${bin_path}:${PATH}"
export UTILS_FUNC="$bin_path/shsh-_utils"

export SHSH_JUNEST_ROOT="$SHSH_ROOT/cellar/arch_junest_root"
export SHSH_JUNEST_ROOT="$SHSH_PREFIX/arch_junest_root"
export SHSH_JUNEST_BIN="$SHSH_JUNEST_ROOT/junest_bin"

0 comments on commit 335aa23

Please sign in to comment.