diff options
author | ache <ache@FreeBSD.org> | 1999-09-12 18:00:20 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-09-12 18:00:20 +0800 |
commit | 808666b7c78f4ad21c74ef69886754320ab85802 (patch) | |
tree | 677381c8643d12c6378255b9f49f486b3576e462 /CVSROOT | |
parent | 1f9ce759befbce18a77a2508be0ccf4957aee96c (diff) | |
download | freebsd-ports-gnome-808666b7c78f4ad21c74ef69886754320ab85802.tar.gz freebsd-ports-gnome-808666b7c78f4ad21c74ef69886754320ab85802.tar.zst freebsd-ports-gnome-808666b7c78f4ad21c74ef69886754320ab85802.zip |
Increase size of the area where FreeBSD keyword searched to 70 lines - ee.c is
bug trigger.
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/commit_prep.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl index 2bd09ae53b62..e2bdb2102217 100755 --- a/CVSROOT/commit_prep.pl +++ b/CVSROOT/commit_prep.pl @@ -89,7 +89,7 @@ sub check_version { local($filename, $directory, $hastag, $cvsversion) = @_; open(FILE, $filename) || die("Cannot open $filename, stopped"); - for ($i = 1; $i < 50; $i++) { + for ($i = 1; $i < 70; $i++) { $pos = -1; last if eof(FILE); $line = <FILE>; |