From e863da5d7cf5e0f6e264633eaf58e36c3cd6fd29 Mon Sep 17 00:00:00 2001 From: "rob_strong@exchangecode.com" Date: Wed, 24 Oct 2007 13:12:37 -0700 Subject: [PATCH] l10n correctness fix for Bug 399665 - NPOB for en-US --- toolkit/mozapps/installer/windows/nsis/check-locales.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/mozapps/installer/windows/nsis/check-locales.pl b/toolkit/mozapps/installer/windows/nsis/check-locales.pl index 12bf8fa8f92..ad674ddc678 100755 --- a/toolkit/mozapps/installer/windows/nsis/check-locales.pl +++ b/toolkit/mozapps/installer/windows/nsis/check-locales.pl @@ -51,7 +51,7 @@ sub readProperties $contents =~ s/\\$$//gm; - return $contents =~ /^\s*([^#!\r\n]*)$/gm; + return $contents =~ /^\s*([^#!\n]*)$/gm; } sub checkProperties