Bug 342070 - make-jars.pl: CSS preprocessing not turned on for CSS file implicitly in same directory as jar.mn - the patch jminta /wishes/ had been written and committed four hours ago. r=bsmedberg

This commit is contained in:
jwalden%mit.edu 2006-06-19 22:59:18 +00:00
Родитель 278380aac4
Коммит ab6176d991
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -470,7 +470,7 @@ sub EnsureFileInDir
unlink $destPath; # in case we had a symlink on unix
if ($preproc) {
my $preproc_flags = '';
if ($srcFile =~ /\.css$/o) {
if ($srcPath =~ /\.css$/o) {
$preproc_flags = '--marker=%';
}