X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Frpuffer.sh;h=0cb0345ca7596193e637e063ba9d2d6cf8345e06;hb=d5eb622d41a49eb525e0df6639444945df9fd2ae;hp=5032bc12f1cbbcaf0e8aff4fd6fd91d047dc5541;hpb=fdcfc633582d7491e7af348ae3b023c5ee83de0b;p=feisty_meow.git diff --git a/scripts/rev_control/rpuffer.sh b/scripts/rev_control/rpuffer.sh index 5032bc12..0cb0345c 100644 --- a/scripts/rev_control/rpuffer.sh +++ b/scripts/rev_control/rpuffer.sh @@ -19,11 +19,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_careful_git_update -test_or_die "puffing out repository at: $tempfile" +exit_on_error "puffing out repository at: $tempfile"