From f324d2c96b9a0d51abe91c1c55ad2fd9c6cf5349 Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Tue, 25 Sep 2007 13:43:37 +0000
Subject: [PATCH] Fix minor bug.

---
 tbsetup/template_cvsroot/rtag_commit.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tbsetup/template_cvsroot/rtag_commit.in b/tbsetup/template_cvsroot/rtag_commit.in
index 065eab17bd..606e85ba63 100644
--- a/tbsetup/template_cvsroot/rtag_commit.in
+++ b/tbsetup/template_cvsroot/rtag_commit.in
@@ -72,7 +72,7 @@ elsif (!@ARGV) {
 else {
     die("Improper usage!\n")
 }
-$cookiefile = "$CVSROOT/$module/setup/.template,v";
+$cookiefile = "$CVSROOT/$module/.template,v";
 
 # See if the new tag is a branch tag. To do that, run rlog over the RCS
 # file and look at the revision number. We count the dots. There is also
-- 
GitLab