From: Chris Koeritz Date: Mon, 29 Dec 2014 21:47:15 +0000 (-0500) Subject: debugging change to see what's aching on windows. X-Git-Tag: 2.140.90~728 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=73d9a64c814f223b7829642e06c1818efc0aa0bd;p=feisty_meow.git debugging change to see what's aching on windows. --- diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 250812e2..b42df568 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -102,6 +102,7 @@ function compute_modifier() function do_checkin() { local directory="$1"; shift +echo "do_checkin sees directory '$directory'" do_update "$directory" if [ $? -ne 0 ]; then echo "Repository update failed; this should be fixed before check-in."