mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 12:07:10 +01:00
Remove tee from stage1 call. You can't capture the return code from stage1
(easily) so it gives false 'success' indications.
This commit is contained in:
parent
c0fcda6e0b
commit
84de4ae03c
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user