From 17b2c8a4ed967e35b27fcb8568f724baf2d6dae7 Mon Sep 17 00:00:00 2001 From: Fred Hamster Date: Fri, 10 Jan 2025 16:10:09 -0500 Subject: [PATCH] turned off debugging --- scripts/rev_control/version_control.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 3ed09da1..1cfc85c6 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -101,7 +101,7 @@ function do_revctrl_checkin() fi elif [ ! -z "$(seek_writable ".git" "up")" ]; then topdir="$(seek_writable ".git" "up")" -echo "got topdir from seeking of '$topdir'" +#echo "got topdir from seeking of '$topdir'" if [ ! -z "$topdir" ]; then # jump to the directory above the .git directory, to make git happy. @@ -570,7 +570,7 @@ function perform_revctrl_action_on_file() pushd "$dirname" &>/dev/null echo -n "[$(pwd)] " # pass the current directory plus the remaining parameters from function invocation. -echo "about to get active with: '$action .'" +#echo "about to get active with: '$action .'" $action . local retval=$? if [ $retval -ne 0 ]; then -- 2.34.1