[or-cvs] [https-everywhere/master 1/2] Make makexpi.sh more portable

pde at torproject.org pde at torproject.org
Thu Oct 7 20:01:42 UTC 2010


Author: Peter Eckersley <pde at eff.org>
Date: Thu, 7 Oct 2010 12:50:24 -0700
Subject: Make makexpi.sh more portable
Commit: 173d9a0285a5a9fafc926f6e7bd49de704631637

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

diff --git a/makexpi.sh b/makexpi.sh
index 7791d0d..b011c69 100644
--- a/makexpi.sh
+++ b/makexpi.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 APP_NAME=https-everywhere
 VERSION=`grep em:version src/install.rdf | sed -e 's/[<>]/	/g' | cut -f3`
 XPI_NAME=$APP_NAME-$VERSION.xpi
-- 
1.7.1




More information about the tor-commits mailing list