From 52cda89f84ea30bbaed1a96f777c48986f320927 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 4 Nov 2017 08:05:43 -0400 Subject: [PATCH] nicer spacing --- scripts/rev_control/checkin.sh | 1 + scripts/rev_control/getem.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/rev_control/checkin.sh b/scripts/rev_control/checkin.sh index e7b7c6cf..70564a16 100644 --- a/scripts/rev_control/checkin.sh +++ b/scripts/rev_control/checkin.sh @@ -8,6 +8,7 @@ source "$FEISTY_MEOW_SCRIPTS/rev_control/version_control.sh" ############## echo "committing repositories at: $(date)" +echo FULL_LIST="$(dirname $FEISTY_MEOW_APEX) $HOME" #if [ "$OS" != "Windows_NT" ]; then diff --git a/scripts/rev_control/getem.sh b/scripts/rev_control/getem.sh index 8f6c6aac..225ce698 100644 --- a/scripts/rev_control/getem.sh +++ b/scripts/rev_control/getem.sh @@ -33,6 +33,7 @@ export TMPO_CHK=$TMP/zz_chk.log rm -f "$TMPO_CHK" echo "getting repositories at: $(date)" +echo # perform the checkouts as appropriate per OS. FULL_LIST="$(dirname $FEISTY_MEOW_APEX) $HOME" -- 2.34.1