fix some indentation issues
* spaces -> tabs
This commit is contained in:
parent
bf565a0607
commit
6815f3ca52
1 changed files with 26 additions and 25 deletions
|
@ -198,7 +198,8 @@ prebuild() {
|
||||||
|
|
||||||
board_prebuild
|
board_prebuild
|
||||||
|
|
||||||
for template in $(find $target/files -name *.tpl); do
|
for template in $(find $target/files -name *.tpl)
|
||||||
|
do
|
||||||
echo "Translating $template .."
|
echo "Translating $template .."
|
||||||
$tpl_translate $template > $(dirname $template)/$(basename $template .tpl)
|
$tpl_translate $template > $(dirname $template)/$(basename $template .tpl)
|
||||||
/bin/rm $template
|
/bin/rm $template
|
||||||
|
|
Loading…
Add table
Reference in a new issue