From f784ba54b77cfeee2b1840e7b30dc1ac689d4dde Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 22 May 2018 11:50:21 -0400 Subject: [PATCH] fixed formatting --- scripts/rev_control/version_control.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index edce8376..b48ff253 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -81,7 +81,7 @@ function do_revctrl_checkin() pushd "$directory" &>/dev/null if [ -f ".no-checkin" ]; then - echo "skipping check-in due to presence of .no-checkin sentinel file." + echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory" elif [ -d "CVS" ]; then if test_writeable "CVS"; then do_revctrl_simple_update "$directory" @@ -180,7 +180,7 @@ function do_revctrl_report_new # only update if we see a repository living there. if [ -f ".no-checkin" ]; then - echo "skipping reporting due to presence of .no-checkin sentinel file." + echo -ne "\nskipping reporting due to presence of .no-checkin sentinel file: $directory" elif [ -d ".svn" ]; then # this action so far only makes sense and is needed for svn. bash $FEISTY_MEOW_SCRIPTS/rev_control/svnapply.sh \? echo -- 2.34.1