From 26d2a0d13b4932278cdba95b8008a864c59173eb Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 22 Aug 2004 04:20:01 +0000 Subject: Auto-save output by tee-ing into BOOTSTRAP.LOG (thanks, schmonz!). --- bootstrap/testbootstrap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/testbootstrap b/bootstrap/testbootstrap index a7ae39e39ef..179adf8ef4e 100755 --- a/bootstrap/testbootstrap +++ b/bootstrap/testbootstrap @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: testbootstrap,v 1.1 2004/08/21 06:04:35 jlam Exp $ +# $NetBSD: testbootstrap,v 1.2 2004/08/22 04:20:01 jlam Exp $ # # Copyright (c) 2004 The NetBSD Foundation, Inc. # All rights reserved. @@ -47,4 +47,5 @@ pwd=`pwd` --sysconfdir=$pwd/pkg/etc \ --pkgdbdir=$pwd/.db \ --ignore-case-check \ - --ignore-user-check + --ignore-user-check | \ +tee BOOTSTRAP.LOG -- cgit v1.2.3