mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 21:18:35 +00:00
Bug 260247 - Stop make-jars.pl confusing registered subdirectories.
Build-config only. r=bsmedberg
This commit is contained in:
parent
81fcf9bcdf
commit
d0abcd21d7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user