Merge pull request #752 from ChillerDragon/pr_rel_bin_path

Fix `./bin` being in `$PATH`
This commit is contained in:
Mike McQuaid
2023-03-06 12:26:24 +00:00
committed by GitHub

View File

@@ -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 "$(