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

git-svn-id: svn://10.0.0.236/trunk@200365 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jwalden%mit.edu 2006-06-19 22:59:18 +00:00
parent 29013a342d
commit 648b14fc97

View File

@ -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=%';
}