Revert "Fix ./bin being in $PATH"

This commit is contained in:
Mike McQuaid
2023-03-06 13:02:40 +00:00
committed by GitHub
parent 20b4b64b9b
commit be699a5683

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