electro-smith / DaisyExamples

Examples for the Daisy Platform
https://github.com/electro-smith/DaisyWiki/wiki
MIT License
372 stars 193 forks source link

Minor build script fixes #241

Closed stephenhensley closed 2 years ago

stephenhensley commented 2 years ago

fixed wrong script callout in rebuild all, and fixed printing in new build script to use echo instead of python print.

The python print function was working, but it waited until all system calls were done before writing everything to stdout. Which makes troubleshooting build issues a bit of a pain.