diff --git a/buildscript b/buildscript index 6e2b7bcd..6861844b 100755 --- a/buildscript +++ b/buildscript @@ -160,7 +160,8 @@ prebuild() { board_prebuild - for template in $(find $target/files -name *.tpl) + shopt -s globstar nullglob + for template in $target/files/**/*.tpl do echo "Translating $template .." $tpl_translate $template > $(dirname $template)/$(basename $template .tpl)