mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 05:44:10 +00:00
Use the right quotes.
This commit is contained in:
parent
309a290a03
commit
b01e4732f2
@ -6,7 +6,7 @@ use Sys::Hostname;
|
||||
use POSIX "sys_wait_h";
|
||||
use Cwd;
|
||||
|
||||
$Version = '$Revision: 1.10 $ ';
|
||||
$Version = '$Revision: 1.11 $ ';
|
||||
|
||||
|
||||
sub PrintUsage {
|
||||
@ -577,16 +577,16 @@ sub PrintEnv {
|
||||
print "$key=$ENV{$key}\n";
|
||||
}
|
||||
if (-e $ENV{MOZCONFIG}) {
|
||||
print LOG '-->mozconfig<----------------------------------------\n';
|
||||
print '-->mozconfig<----------------------------------------\n';
|
||||
print LOG "-->mozconfig<----------------------------------------\n";
|
||||
print "-->mozconfig<----------------------------------------\n";
|
||||
open CONFIG, "$ENV{MOZCONFIG}";
|
||||
while (<CONFIG>) {
|
||||
print LOG "$_";
|
||||
print "$_";
|
||||
}
|
||||
close CONFIG;
|
||||
print LOG '-->end mozconfig<----------------------------------------\n';
|
||||
print '-->end mozconfig<----------------------------------------\n';
|
||||
print LOG "-->end mozconfig<----------------------------------------\n";
|
||||
print "-->end mozconfig<----------------------------------------\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user