From 73d9a64c814f223b7829642e06c1818efc0aa0bd Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 29 Dec 2014 16:47:15 -0500 Subject: [PATCH] debugging change to see what's aching on windows. --- scripts/rev_control/version_control.sh | 1 + 1 file changed, 1 insertion(+) 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." -- 2.34.1