X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Frcheckin.sh;h=268bed815d110951a207c85df95ab75ec2b22f42;hb=d5eb622d41a49eb525e0df6639444945df9fd2ae;hp=1c50d517776fe87aecbdc1a82b3f5145c3d6be13;hpb=170a8e062d9283e65716e7aa55930ade13a66f7a;p=feisty_meow.git diff --git a/scripts/rev_control/rcheckin.sh b/scripts/rev_control/rcheckin.sh index 1c50d517..268bed81 100644 --- a/scripts/rev_control/rcheckin.sh +++ b/scripts/rev_control/rcheckin.sh @@ -14,12 +14,12 @@ if [ -z "$dir" ]; then dir=. fi - pushd "$dir" &>/dev/null -test_or_die "changing to directory: $dir" +exit_on_error "changing to directory: $dir" tempfile=$(generate_rev_ctrl_filelist) +exit_on_error "generating revision control file list" popd &>/dev/null perform_revctrl_action_on_file "$tempfile" do_checkin -test_or_die "doing a check-in on: $tempfile" +exit_on_error "doing a check-in on: $tempfile"