From 5e37fb28e3abac0bc894088f7557bf0c6f26116f Mon Sep 17 00:00:00 2001 From: Kernel Build Daemon Date: Apr 25 2024 10:16:44 +0000 Subject: Merge branch 'scripts' into linux-next --- diff --git a/scripts/install-git-hooks b/scripts/install-git-hooks index 5ecb9ec..4d78a31 100755 --- a/scripts/install-git-hooks +++ b/scripts/install-git-hooks @@ -23,7 +23,7 @@ cdup=$(git rev-parse --show-cdup) || exit cd "${cdup:-./}" || exit -GIT_DIR=$(git rev-parse --git-dir) || exit +GIT_DIR=$(git rev-parse --git-common-dir) || exit SCRIPTS_DIR=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")") check_snippet()