summaryrefslogtreecommitdiff
path: root/bootstrap/testbootstrap
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-22 05:02:49 +0000
committerjlam <jlam>2004-08-22 05:02:49 +0000
commit452d3a88611cfa1285c11b3a7c176f0b024c5663 (patch)
treea000e2caf44dc356b476402e1654c3c895485c87 /bootstrap/testbootstrap
parent26d2a0d13b4932278cdba95b8008a864c59173eb (diff)
downloadpkgsrc-452d3a88611cfa1285c11b3a7c176f0b024c5663.tar.gz
Also capture stderr to the log.
Diffstat (limited to 'bootstrap/testbootstrap')
-rwxr-xr-xbootstrap/testbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/testbootstrap b/bootstrap/testbootstrap
index 179adf8ef4e..1fb12ecf544 100755
--- a/bootstrap/testbootstrap
+++ b/bootstrap/testbootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: testbootstrap,v 1.2 2004/08/22 04:20:01 jlam Exp $
+# $NetBSD: testbootstrap,v 1.3 2004/08/22 05:02:49 jlam Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -47,5 +47,5 @@ pwd=`pwd`
--sysconfdir=$pwd/pkg/etc \
--pkgdbdir=$pwd/.db \
--ignore-case-check \
- --ignore-user-check | \
+ --ignore-user-check 2>&1 | \
tee BOOTSTRAP.LOG