X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fversion_control.sh;fp=scripts%2Frev_control%2Fversion_control.sh;h=de819f37a4e018082736a0fc0ffa32c1c727b8e2;hb=855636b815ea3fc6e8e3d10bb01d783475a3c6de;hp=7dd199f4c44632623c3d3b123ffda0909b12983e;hpb=19fade8efa1c2e717bad5e56e4c159512abfdbd4;p=feisty_meow.git diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 7dd199f4..de819f37 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -450,7 +450,8 @@ function perform_revctrl_action_on_file() pushd "$dirname" &>/dev/null echo "[$(pwd)]" # pass the current directory plus the remaining parameters from function invocation. - $action . $* + $action . +#$* test_or_die "performing action $action on: $(pwd)" sep 28 popd &>/dev/null