X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Frgetem.sh;h=eeb86f70b4f77dfc2257cfaf30b5028adcd75750;hb=fcd166fbb628f3cb4915da3ef8155096196687f4;hp=37538b6b7f6393dda3fbcfd84137bc98919063de;hpb=170a8e062d9283e65716e7aa55930ade13a66f7a;p=feisty_meow.git diff --git a/scripts/rev_control/rgetem.sh b/scripts/rev_control/rgetem.sh index 37538b6b..eeb86f70 100644 --- a/scripts/rev_control/rgetem.sh +++ b/scripts/rev_control/rgetem.sh @@ -15,10 +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) +exit_on_error "generating revision control file list" popd &>/dev/null perform_revctrl_action_on_file "$tempfile" do_update -test_or_die "running revision control update" +exit_on_error "running revision control update"