X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fcheckin.sh;h=7d734187dd4c0e8726bc82b3a6d924f85e0fee38;hb=refs%2Fheads%2Fmain;hp=0ecd4fee90a577d03c3164fbc6a3c37fdeda50a1;hpb=d5eb622d41a49eb525e0df6639444945df9fd2ae;p=feisty_meow.git diff --git a/scripts/rev_control/checkin.sh b/scripts/rev_control/checkin.sh index 0ecd4fee..7d734187 100644 --- a/scripts/rev_control/checkin.sh +++ b/scripts/rev_control/checkin.sh @@ -5,10 +5,11 @@ source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" source "$FEISTY_MEOW_SCRIPTS/rev_control/version_control.sh" +save_terminal_title + ############## echo "committing repositories at: $(date)" -echo FULL_LIST=" $(dirname $FEISTY_MEOW_APEX) $HOME " if [ "$OS" == "Windows_NT" ]; then @@ -18,6 +19,8 @@ fi checkin_list $FULL_LIST exit_on_error "revision control check-in of list: $FULL_LIST" +echo + ############## # regenerate the scripts after the check-in, since an update during check-in @@ -26,3 +29,5 @@ regenerate ############## +restore_terminal_title +