From 32eb7140b28a461eafc6b1af92ab5234c1deec6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Tue, 2 Feb 2021 11:22:53 +0100 Subject: [PATCH] debug --- bin/git-myshellconfig-checkout | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/git-myshellconfig-checkout b/bin/git-myshellconfig-checkout index 8e7a677..5b19f2c 100755 --- a/bin/git-myshellconfig-checkout +++ b/bin/git-myshellconfig-checkout @@ -60,6 +60,7 @@ while [ $# -gt 0 ]; do esac done # If MSC_GIT_TAG is set, checkout is always headless. +logwarn "git PRE: ${PRE}" [ -z "${MSC_GIT_TAG:+x}" ] || { export MSC_GIT_BRANCH=${MSC_GIT_TAG}; export PRE=""; echo "DEBUG"; } logwarn "git PRE: ${PRE}"