Add some debug output

This commit is contained in:
Gerhard Hoffmann 2023-07-04 10:56:43 +02:00
parent c8dc474476
commit 236c4ea33a

View File

@ -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"