naming fixes, terminal title fixes
[feisty_meow.git] / scripts / rev_control / getem.sh
index da9cb3913482df743d2d664f28de0d32a8c1e842..e0fcdef372f7f5d3e2310d36b08f5340855f1f58 100644 (file)
@@ -5,6 +5,8 @@
 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 source "$FEISTY_MEOW_SCRIPTS/rev_control/version_control.sh"
 
+save_terminal_title
+
 ##############
 
 # trickery to ensure we can always update feisty meow, including this specific
@@ -38,7 +40,6 @@ rm -f "$TMPO_CHK"
 exit_on_error "removing file: $TMPO_CHK"
 
 echo "getting repositories at: $(date)"
-echo
 
 # perform the checkouts as appropriate per OS.
 FULL_LIST="$(dirname $FEISTY_MEOW_APEX) $HOME"
@@ -48,6 +49,8 @@ fi
 checkout_list $FULL_LIST 2>&1 | tee -a "$TMPO_CHK"
 exit_on_error "checking out list: $FULL_LIST"
 
+echo
+
 ##############
 
 # regenerate the scripts after getting latest version of feisty meow.
@@ -55,3 +58,5 @@ regenerate
 
 ##############
 
+restore_terminal_title
+