Merge pull request #755 from Homebrew/revert-752-pr_rel_bin_path

Revert "Fix `./bin` being in `$PATH`"
This commit is contained in:
Mike McQuaid
2023-03-06 13:02:59 +00:00
committed by GitHub

View File

@@ -447,7 +447,7 @@ fi
cd "/usr" || exit 1
####################################################################### script
USABLE_GIT="$(readlink -f "$(command -v git)")"
USABLE_GIT="$(command -v git)"
if [[ -z "${USABLE_GIT}" ]]
then
abort "$(