From e4d105b51ea2c6125e2e93644ce2cce97dc712c1 Mon Sep 17 00:00:00 2001 From: joe Date: Tue, 23 Oct 2001 19:36:35 +0000 Subject: Translate $CVSHeader$ -> $ CVSHeader $ to stop it from being expanded in repositories that haven't overriden it in CVSROOT/options, or don't have the FreeBSD specific hacks to cvs. --- CVSROOT/cfg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CVSROOT/cfg.pm') diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm index fd18127..19de3de 100755 --- a/CVSROOT/cfg.pm +++ b/CVSROOT/cfg.pm @@ -66,7 +66,7 @@ $LAST_FILE = "$TMPDIR/$FILE_PREFIX.lastdir"; # Check for instances of $IDHEADER in committed files, and # bomb out if they're not present, or corrupted. # Exclusions can be specified in the CVSROOT/exclude file. -# Currently $IDHEADER must be an instance of $CVSHeader$, or an alias +# Currently $IDHEADER must be an instance of '$ CVSHeader $', or an alias # defined in CVSROOT/options. $CHECK_HEADERS = 1; -- cgit v1.1