[or-cvs] r10286: [darcs-to-svn @ update makexpi.sh for modified install.rdf f (torbutton/trunk)

squires at seul.org squires at seul.org
Tue May 22 05:28:35 UTC 2007


Author: squires
Date: 2007-05-22 01:28:32 -0400 (Tue, 22 May 2007)
New Revision: 10286

Modified:
   torbutton/trunk/makexpi.sh
Log:
[darcs-to-svn @ update makexpi.sh for modified install.rdf formatting]

Original author: squires at pobox.com
Date: 2006-11-18 06:54:38+00:00

Modified: torbutton/trunk/makexpi.sh
===================================================================
--- torbutton/trunk/makexpi.sh	2007-05-22 05:28:20 UTC (rev 10285)
+++ torbutton/trunk/makexpi.sh	2007-05-22 05:28:32 UTC (rev 10286)
@@ -1,6 +1,6 @@
 #!/bin/bash
 APP_NAME=torbutton
-VERSION=`grep em:version src/install.rdf | cut -d\" -f2`
+VERSION=`grep em:version src/install.rdf | sed -e 's/[<>]/	/g' | cut -f3`
 XPI_NAME=$APP_NAME-$VERSION.xpi
 
 if [ -e "pkg/$XPI_NAME" ]; then



More information about the tor-commits mailing list