X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=inline;f=scripts%2Frev_control%2Fversion_control.sh;h=de819f37a4e018082736a0fc0ffa32c1c727b8e2;hb=855636b815ea3fc6e8e3d10bb01d783475a3c6de;hp=9e314d2ea36f4263eaf3c01f2f0a1a904fc8c009;hpb=2072733f108c8b605b24a01baa43759403b00f49;p=feisty_meow.git diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 9e314d2e..de819f37 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -88,7 +88,7 @@ function do_checkin() fi # a new set of steps we have to take to make sure the branch integrity is good. - do_careful_git_update + do_careful_git_update "$(\pwd)" # we continue on to the push, even if there were no changes this time, because # there could already be committed changes that haven't been pushed yet. @@ -449,7 +449,9 @@ function perform_revctrl_action_on_file() did_anything=yes pushd "$dirname" &>/dev/null echo "[$(pwd)]" - $action . + # pass the current directory plus the remaining parameters from function invocation. + $action . +#$* test_or_die "performing action $action on: $(pwd)" sep 28 popd &>/dev/null