commit 3f04e14377b6e2f8ab3f9a2504736a27d5f343f8 Author: Sukhbir Singh sukhbir@torproject.org Date: Mon Jun 29 14:26:12 2015 -0400
Fix typo in Instantbird config --- projects/instantbird/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/instantbird/config b/projects/instantbird/config index 63348dc..3caba4c 100644 --- a/projects/instantbird/config +++ b/projects/instantbird/config @@ -107,7 +107,7 @@ input_files: - filename: branding/credits.patch - filename: branding/about.png - filename: branding/osx.patch - enable: '[% c("var/osx") %] + enable: '[% c("var/osx") %]' - filename: fix-mingw-build.patch enable: '[% c("var/windows") %]' - filename: f2e7cea9bc6a-bug-1150967.patch
tor-commits@lists.torproject.org