From 648b14fc9740feb0bd5f3f41efd9dfee2edf5771 Mon Sep 17 00:00:00 2001 From: "jwalden%mit.edu" Date: Mon, 19 Jun 2006 22:59:18 +0000 Subject: [PATCH] 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 --- mozilla/config/make-jars.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/config/make-jars.pl b/mozilla/config/make-jars.pl index ea3277b4fb6..5ee3d59ad3d 100644 --- a/mozilla/config/make-jars.pl +++ b/mozilla/config/make-jars.pl @@ -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=%'; }