commit 369c67da65e7a732e4b541be49691131d25e8cfc Author: Erinn Clark erinn@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