diff --git a/tbsetup/template_cvsroot/rtag_commit.in b/tbsetup/template_cvsroot/rtag_commit.in index 065eab17bd03675c02c283f01c35aac5a49b20b1..606e85ba637310c48918c1c422a39e9664812874 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