aboutsummaryrefslogtreecommitdiff
path: root/fix_headers.sh
diff options
context:
space:
mode:
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>2013-03-04 11:30:34 +0000
committerPrzemyslaw Szczepaniak <pszczepaniak@google.com>2013-03-04 11:30:34 +0000
commit5bf56ba7027cd5f22ff52d0138893f7a585135fb (patch)
tree19e17fc79b8873e66f211276d4dd169c480cede1 /fix_headers.sh
parent3da1eb108d36da35333b2d655202791af854996b (diff)
parent5b6dc79427b8f7eeb6a7ff68034ab8548ce670ea (diff)
downloadopenfst-kitkat-wear.tar.gz
Diffstat (limited to 'fix_headers.sh')
-rwxr-xr-xfix_headers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix_headers.sh b/fix_headers.sh
index b1b0844..51ce18e 100755
--- a/fix_headers.sh
+++ b/fix_headers.sh
@@ -6,7 +6,7 @@ function fix_tr1() {
grep $1 $INPUT_FILE > /dev/null 2>&1
if [ $? -eq 0 ] ; then
echo "Modifying $INPUT_FILE ..."
- sed -e "s/$1/$2/g" $INPUT_FILE > .tmp
+ sed 's/$1/$2/g' $INPUT_FILE > .tmp
if [ $? -ne 0 ] ; then
echo "sed failed!"
return 1