commit a5161d881b651531b1748ce3540c290b746f3b4a
Author: Sukhbir Singh <[email protected]>
Date:   Mon Mar 23 09:46:04 2015 +0530

    Fix a typo in tor-mail/build script
---
 projects/tor-mail/build |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/tor-mail/build b/projects/tor-mail/build
index f4de32f..91ec5e7 100644
--- a/projects/tor-mail/build
+++ b/projects/tor-mail/build
@@ -18,9 +18,9 @@ mv user.js bundle/Mail/defaults/profile/
 
 cd bundle/Mail/extensions
 mkdir [email protected]
-7z x -y -o [email protected] $rootdir/[% 
c('input_files_by_name/torbirdy') %]
+7z x -y [email protected] $rootdir/[% 
c('input_files_by_name/torbirdy') %]
 mkdir [email protected]
-7z x -y -o [email protected] $rootdir/[% 
c('input_files_by_name/tor-launcher') %]
+7z x -y [email protected] $rootdir/[% 
c('input_files_by_name/tor-launcher') %]
 mkdir -p [email protected]/TorBrowser/Data
 
 [% IF c("var/windows") -%]

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to