nicer spacing
authorChris Koeritz <fred@gruntose.com>
Sat, 4 Nov 2017 12:05:43 +0000 (08:05 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 4 Nov 2017 12:05:43 +0000 (08:05 -0400)
scripts/rev_control/checkin.sh
scripts/rev_control/getem.sh

index e7b7c6cfcd46d81be74a34943cd83f184c2ad027..70564a16d5eb51f2086f4dfda681a3d3983e5bc6 100644 (file)
@@ -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
index 8f6c6aacf2c5ec47aa04c4cad05ee29c74431793..225ce6987b3e62e3eaa58cd2f30acc0841ca6191 100644 (file)
@@ -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"