X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Freport_new.sh;h=c2f3a032e398ca30b7356fe973e57e92bd2efe11;hb=baf5d7c693e351bd775114380dc0111bc3e4028e;hp=e51e90c79b2fe436045c7c2c25074aab21240060;hpb=9f3e83fc4e946639c89eeb37b54c21ecc4f40425;p=feisty_meow.git diff --git a/scripts/rev_control/report_new.sh b/scripts/rev_control/report_new.sh index e51e90c7..c2f3a032 100644 --- a/scripts/rev_control/report_new.sh +++ b/scripts/rev_control/report_new.sh @@ -16,11 +16,11 @@ if [ -z "$dir" ]; then fi pushd "$dir" &>/dev/null -test_or_die "changing directory to: $dir" +exit_on_error "changing directory to: $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_report_new -test_or_die "running revision control report" +exit_on_error "running revision control report"