From 236c4ea33ab27338099512af3ad5cf7710154b86 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 4 Jul 2023 10:56:43 +0200 Subject: [PATCH] Add some debug output --- .githooks/post-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/post-checkout b/.githooks/post-checkout index ab0d9e5..f07b678 100755 --- a/.githooks/post-checkout +++ b/.githooks/post-checkout @@ -1,5 +1,5 @@ #!/bin/bash - -echo "POST-CHECKOUT IN $PWD" >> /tmp/post_checkout.txt +echo "POST-CHECKOUT IN $PWD" > "/tmp/post_checkout.txt" # echo "PREV-HEAD=$1" # echo "CURR-HEAD=$2" # echo "BRANCH-CHECKOUT=$3"