X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Frcheckin.sh;h=268bed815d110951a207c85df95ab75ec2b22f42;hb=d5eb622d41a49eb525e0df6639444945df9fd2ae;hp=1c5400fb8562105a439673c01efc0136652e8871;hpb=9767543e09806172d5ff8bd3f4d8cb9ddd087601;p=feisty_meow.git diff --git a/scripts/rev_control/rcheckin.sh b/scripts/rev_control/rcheckin.sh index 1c5400fb..268bed81 100644 --- a/scripts/rev_control/rcheckin.sh +++ b/scripts/rev_control/rcheckin.sh @@ -15,11 +15,11 @@ if [ -z "$dir" ]; then fi pushd "$dir" &>/dev/null -test_or_die "changing to directory: $dir" +exit_on_error "changing to directory: $dir" tempfile=$(generate_rev_ctrl_filelist) -test_or_die "generating revision control file list" +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"