Bug 260247 - Stop make-jars.pl confusing registered subdirectories.

Build-config only.
r=bsmedberg
This commit is contained in:
silver%warwickcompsoc.co.uk 2004-09-22 12:31:36 +00:00
parent 81fcf9bcdf
commit d0abcd21d7

View File

@ -303,7 +303,7 @@ sub RegIt
if (open(FILE, "<$installedChromeFile")) {
while (<FILE>) {
chomp;
if ($_ =~ $line) {
if ($_ eq $line) {
# line already appears in installed-chrome.txt file
# just update the mod date
close(FILE) or $err = 1;