[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



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@xxxxxxxxx
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