summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
Diffstat (limited to 'release')
-rwxr-xr-xrelease/picobsd/build/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/build/build b/release/picobsd/build/build
index b5a7ad3..8a999f6 100755
--- a/release/picobsd/build/build
+++ b/release/picobsd/build/build
@@ -92,7 +92,7 @@ main() {
(cd ../${TYPE}; make -f ../build/Makefile.conf )
echo ""
- ./stage1 2>&1 | tee stage1.out
+ ./stage1
if [ "X$?" != "X0" ] ; then
echo ""
echo "-> ERROR in \"${i}\" script. Aborting the build process."
OpenPOWER on IntegriCloud