[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 164/483: Making setupTestEnvironment.pl handle {{BUILD}} tag correctly
David Prévot
taffit at moszumanska.debian.org
Thu Jan 22 21:41:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.
commit 0ee5ac632cd8466cf8869adae4781c31d948272a
Author: Wladimir Palant <trev at adblockplus.org>
Date: Wed Jun 3 23:10:59 2009 +0200
Making setupTestEnvironment.pl handle {{BUILD}} tag correctly
---
setupTestEnvironment.pl | 1 +
1 file changed, 1 insertion(+)
diff --git a/setupTestEnvironment.pl b/setupTestEnvironment.pl
index a63c5bc..53b31b7 100644
--- a/setupTestEnvironment.pl
+++ b/setupTestEnvironment.pl
@@ -141,6 +141,7 @@ sub fixupFile
my $str = shift;
$str =~ s/{{VERSION}}/$version/g;
+ $str =~ s/{{BUILD}}//g;
$str =~ s/^.*{{LOCALE}}.*$/
my @result = ();
my $template = $&;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git
More information about the Pkg-mozext-commits
mailing list