[or-cvs] [https-everywhere/master 2/2] makexpi.sh: say what xpi we're building

pde at torproject.org pde at torproject.org
Fri Nov 5 00:07:23 UTC 2010


Author: Peter Eckersley <pde at eff.org>
Date: Thu, 4 Nov 2010 17:06:31 -0700
Subject: makexpi.sh: say what xpi we're building
Commit: 317887d67fa8e6b00ca2bca602030b8bfe3658c3

---
 makexpi.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/makexpi.sh b/makexpi.sh
index a375896..d4fc73b 100755
--- a/makexpi.sh
+++ b/makexpi.sh
@@ -30,4 +30,6 @@ ret="$?"
 if [ "$ret" != 0 ]; then
     rm -f "../$XPI_NAME"
     exit "$?"
+else
+  echo Created $XPI_NAME
 fi
-- 
1.7.1



More information about the tor-commits mailing list