Bug 370696. overwrite the manifest file. r=rcampbell

This commit is contained in:
sayrer%gmail.com 2007-02-27 16:23:51 +00:00
Родитель 9d9152a774
Коммит 362f86beae
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -373,7 +373,7 @@ CHROMEEND
my($filename, $directories, $suffix) = fileparse($app_path);
my $manifest = $directories . "chrome/mochikit.manifest";
open(MANIFEST, ">>$manifest") ||
open(MANIFEST, ">$manifest") ||
die("Could not open manifest file $!");
print MANIFEST ("content mochikit $chrometest_dir");
close(MANIFEST);