summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2012-05-04 16:12:22 -0700
committerJohann <johannkoenig@google.com>2012-05-04 17:45:14 -0700
commit6f3d7ecc6644ad91e6dee6d67f64237784042dba (patch)
treefcc995caaea56428f5d0060265b4a012a37b6485 /tools
parentf86993f195ec0a82464fe25922e3857bc68b2ee5 (diff)
downloadlibvpx-6f3d7ecc6644ad91e6dee6d67f64237784042dba.tar.gz
libvpx-6f3d7ecc6644ad91e6dee6d67f64237784042dba.tar.bz2
libvpx-6f3d7ecc6644ad91e6dee6d67f64237784042dba.zip
Be explicit about 'in-place'
On darwin, sed expects an argument for '-i'. Make it empty. Change-Id: I5dc6cdf667a754b2624f1767eb6e8025df48e308
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ftfy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ftfy.sh b/tools/ftfy.sh
index 95fd39777..c5cfdea54 100755
--- a/tools/ftfy.sh
+++ b/tools/ftfy.sh
@@ -34,7 +34,7 @@ vpx_style() {
--align-pointer=name \
--indent-preprocessor --convert-tabs --indent-labels \
--suffix=none --quiet "$@"
- sed -i 's/[[:space:]]\{1,\},/,/g' "$@"
+ sed -i "" 's/[[:space:]]\{1,\},/,/g' "$@"
}