summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-22 04:20:01 +0000
committerjlam <jlam@pkgsrc.org>2004-08-22 04:20:01 +0000
commitb8024054a4a398a8d59fcded4643458db4f1afb1 (patch)
tree843de75a5d69aecfecab814f581a6260cc10e042 /bootstrap
parent70ca1111f2af3bbeed1128cfd75c4801e462c075 (diff)
downloadpkgsrc-b8024054a4a398a8d59fcded4643458db4f1afb1.tar.gz
Auto-save output by tee-ing into BOOTSTRAP.LOG (thanks, schmonz!).
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/testbootstrap5
1 files changed, 3 insertions, 2 deletions
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