new or fixed fortunes...
[feisty_meow.git] / scripts / rev_control / getem.sh
index fb55334812289f1c8b3fe127caebad409e60ac27..c80a1f6136e2ce2bcaa03825f5d3237326d73683 100644 (file)
@@ -72,6 +72,8 @@ export TMPO_CHK=$TMP/zz_chk.log
 
 rm -f "$TMPO_CHK"
 
+echo "Getting repositories at: $(date)"
+
 # perform the checkouts as appropriate per OS.
 if [ "$OS" != "Windows_NT" ]; then
   checkout_list $HOME 2>&1 | tee -a "$TMPO_CHK"
@@ -79,8 +81,6 @@ else
   checkout_list $HOME c:/ d:/ e:/ 2>&1 | tee -a "$TMPO_CHK"
 fi
 
-less $TMPO_CHK
-
 ##############
 
 # we now regenerate the scripts after getme, to ensure it's done automatically.