[tor-commits] [tor-messenger-build/master] Fix a typo in tor-mail/build script

sukhbir at torproject.org sukhbir at torproject.org
Mon Mar 23 04:15:34 UTC 2015


commit a5161d881b651531b1748ce3540c290b746f3b4a
Author: Sukhbir Singh <sukhbir at torproject.org>
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 castironthunderbirdclub at torproject.org
-7z x -y -o castironthunderbirdclub at torproject.org $rootdir/[% c('input_files_by_name/torbirdy') %]
+7z x -y -ocastironthunderbirdclub at torproject.org $rootdir/[% c('input_files_by_name/torbirdy') %]
 mkdir tor-launcher at torproject.org
-7z x -y -o tor-launcher at torproject.org $rootdir/[% c('input_files_by_name/tor-launcher') %]
+7z x -y -otor-launcher at torproject.org $rootdir/[% c('input_files_by_name/tor-launcher') %]
 mkdir -p tor-launcher at torproject.org/TorBrowser/Data
 
 [% IF c("var/windows") -%]



More information about the tor-commits mailing list