[tor-commits] [torbrowser/master] change the sed argument to -e from -c (what is -c?)

erinn at torproject.org erinn at torproject.org
Sun Oct 23 23:18:23 UTC 2011


commit 369c67da65e7a732e4b541be49691131d25e8cfc
Author: Erinn Clark <erinn at torproject.org>
Date:   Fri Apr 22 13:42:32 2011 +0000

    change the sed argument to -e from -c (what is -c?)
---
 build-scripts/patch-firefox-language.sh |    2 +-
 build-scripts/patch-vidalia-language.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-scripts/patch-firefox-language.sh b/build-scripts/patch-firefox-language.sh
index ad0fc46..9e36335 100755
--- a/build-scripts/patch-firefox-language.sh
+++ b/build-scripts/patch-firefox-language.sh
@@ -18,7 +18,7 @@ SEDARG=$3
 # On other platforms, we pass "-c" when they do nothing
 if [ -z $SEDARG ];
 then
-	SEDARG="-c";
+	SEDARG="-e";
 fi
 
 ## Backup original file
diff --git a/build-scripts/patch-vidalia-language.sh b/build-scripts/patch-vidalia-language.sh
index 609b6e8..75cf02c 100755
--- a/build-scripts/patch-vidalia-language.sh
+++ b/build-scripts/patch-vidalia-language.sh
@@ -18,7 +18,7 @@ SEDARG=$3
 # On other platforms, we pass "-c" when they do nothing
 if [ -z $SEDARG ];
 then
-	SEDARG="-c";
+	SEDARG="-e";
 fi
 
 ## Handle exceptions where Mozilla language definition doesn't equal Vidalia's





More information about the tor-commits mailing list