Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build.sh: replace tee pipe with script
when something inside the spawned build script switches to nonbuffered IO and creates very long lines ( > 64k ) the build will fail. solution: replace the tee pipe with /usr/bin/script.
- Loading branch information