Fix buildi18n-json.sh to be consistent with TWN's build scripts

Use spaces instead of tabs, and don't put a newline at the end
of the file.

Change-Id: Ice8dcec18acd9370e6885dd863a920ad779e0248
This commit is contained in:
Roan Kattouw 2013-12-13 12:37:18 -08:00
parent 4114da45fa
commit c5d815ffa4

View file

@ -67,13 +67,10 @@ do
do
grep "\"$msg\"" $f
done
) | sed '${s/,$//}' \
| sed 's/^ / /g' \
| sed 's/^ / /g' \
| sed 's/^ / /g'
echo '}'
) | sed '${s/,$//}'
echo -n '}'
) > modules/$group/$f
if grep '^ "[^@]' modules/$group/$f > /dev/null
if grep '^ "[^@]' modules/$group/$f > /dev/null
then
echo modules/$group/$f >&2
else