fixed no checkin message
authorChris Koeritz <fred@gruntose.com>
Thu, 24 May 2018 02:07:31 +0000 (22:07 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 24 May 2018 02:07:31 +0000 (22:07 -0400)
scripts/rev_control/version_control.sh

index 2331b3a49caab5fb56ff70201da42eedb231cf2a..737f314cb2368ede6157083be13f1165a7aae42c 100644 (file)
@@ -88,7 +88,7 @@ function do_revctrl_checkin()
       exit_on_error "updating repository; this issue should be fixed before check-in."
       if [ -f ".no-checkin" ]; then
 #        echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory"
-        tell_no_checkin
+        $tell_no_checkin
       else
         $blatt_report
         cvs ci .
@@ -101,7 +101,7 @@ function do_revctrl_checkin()
       exit_on_error "updating repository; this issue should be fixed before check-in."
       if [ -f ".no-checkin" ]; then
 #        echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory"
-        tell_no_checkin
+        $tell_no_checkin
       else
         $blatt_report
         svn ci .
@@ -116,7 +116,7 @@ function do_revctrl_checkin()
 
       if [ -f ".no-checkin" ]; then
 #        echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory"
-        tell_no_checkin
+        $tell_no_checkin
       else
         $blatt_report