Merge "Be explicit about 'in-place'"

This commit is contained in:
Johann 2012-05-21 15:01:20 -07:00 коммит произвёл Gerrit Code Review
Родитель 0fe79aab19 6f3d7ecc66
Коммит 600875cd6a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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' "$@"
}