Merge pull request #752 from ChillerDragon/pr_rel_bin_path
Fix `./bin` being in `$PATH`
This commit is contained in:
@@ -447,7 +447,7 @@ fi
|
||||
cd "/usr" || exit 1
|
||||
|
||||
####################################################################### script
|
||||
USABLE_GIT="$(command -v git)"
|
||||
USABLE_GIT="$(readlink -f "$(command -v git)")"
|
||||
if [[ -z "${USABLE_GIT}" ]]
|
||||
then
|
||||
abort "$(
|
||||
|
||||
Reference in New Issue
Block a user