зеркало из https://github.com/mozilla/gecko-dev.git
use '-s' options instead of '-' for 'silent' on ed, as we know at least one machine where the former succeeds and the latter fails though both mean the same, r=ted
This commit is contained in:
Родитель
211a8c1c49
Коммит
47d46f359c
|
@ -46,8 +46,8 @@ sub do_patch {
|
|||
chmod 0666, $target_file;
|
||||
print $fh "w\n";
|
||||
$fh->close();
|
||||
print "$ed - $target_file < $patch_file\n";
|
||||
system "$ed - $target_file < $patch_file\n";
|
||||
print "$ed -s $target_file < $patch_file\n";
|
||||
system "$ed -s $target_file < $patch_file\n";
|
||||
}
|
||||
|
||||
my $header_done = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче