From: Fred Hamster Date: Fri, 10 Jan 2025 21:10:09 +0000 (-0500) Subject: turned off debugging X-Git-Tag: 2.140.189^2~36 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=17b2c8a4ed967e35b27fcb8568f724baf2d6dae7;p=feisty_meow.git turned off debugging --- 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