diff options
author | joe <joe@FreeBSD.org> | 2001-10-23 19:36:35 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-10-23 19:36:35 +0000 |
commit | e4d105b51ea2c6125e2e93644ce2cce97dc712c1 (patch) | |
tree | 6daba43830c2c2d179de7732290c80cb05d91ce0 /CVSROOT/cfg.pm | |
parent | ae5fd3f88a432ccb5261634d25a1160d7d4a18c0 (diff) | |
download | FreeBSD-ports-e4d105b51ea2c6125e2e93644ce2cce97dc712c1.zip FreeBSD-ports-e4d105b51ea2c6125e2e93644ce2cce97dc712c1.tar.gz |
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.
Diffstat (limited to 'CVSROOT/cfg.pm')
-rwxr-xr-x | CVSROOT/cfg.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |