X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fversion_control.sh;h=3e8ef4c430a36a706bf00437fb730e848a5d8d27;hb=837f850a942fb3f9403b71e9ec1297e710cd091a;hp=7dd199f4c44632623c3d3b123ffda0909b12983e;hpb=b20c94130103f09fbe3580ac5b6e191fa9c54e4f;p=feisty_meow.git diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 7dd199f4..3e8ef4c4 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -450,7 +450,7 @@ 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