X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Frev_control%2Fpush_repo_downstream.sh;h=b2da88704a60f4ace4290f638e8be69cc1eb6030;hb=23a54a83032f2102030c23ae98d34aea75bb4855;hp=aacd77724b2e25f58973e569de6fd9946fecdf81;hpb=aad273962339c6e1f29fc462db171bb0fcfe5935;p=feisty_meow.git diff --git a/scripts/rev_control/push_repo_downstream.sh b/scripts/rev_control/push_repo_downstream.sh index aacd7772..b2da8870 100644 --- a/scripts/rev_control/push_repo_downstream.sh +++ b/scripts/rev_control/push_repo_downstream.sh @@ -47,9 +47,8 @@ pushd "$dir" &>/dev/null test_or_die "changing to directory: $dir" tempfile=$(generate_rev_ctrl_filelist) test_or_die "generating revision control file list" -popd &>/dev/null -perform_revctrl_action_on_file "$tempfile" do_careful_git_update "$(\pwd)" +perform_revctrl_action_on_file "$tempfile" do_careful_git_update test_or_die "doing a careful git update on: $tempfile" # send our little boat down the stream to the dependent repository.