summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authortnn <tnn>2008-05-23 18:06:44 +0000
committertnn <tnn>2008-05-23 18:06:44 +0000
commit12f25721e2319abd2cbd4f185eb748b65b05e820 (patch)
tree02ea410a755766edaec38c281571bf832af38036 /bootstrap
parentb46f37fc965ad81ffd02048b40e717f6dfd40d08 (diff)
downloadpkgsrc-12f25721e2319abd2cbd4f185eb748b65b05e820.tar.gz
Set need_ksh=yes for SunOS as well. Asked by joerg@
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap6
1 files changed, 2 insertions, 4 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index ab3efeb9409..1f5e40eb16b 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.125 2008/05/23 17:49:52 tnn Exp $
+# $NetBSD: bootstrap,v 1.126 2008/05/23 18:06:44 tnn Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -560,14 +560,12 @@ SunOS)
if [ -d "/usr/xpg4/bin" ]; then
overpath="/usr/xpg4/bin:$overpath"
fi
- if [ -x "/usr/xpg4/bin" ]; then
- bmakexargs="$bmakexargs --with-defshell=/usr/xpg4/bin/sh"
- fi
root_group=root
need_pax=yes
need_bsd_install=no
need_awk=yes
need_sed=yes
+ need_ksh=yes
set_opsys=no
whoamiprog=/usr/ucb/whoami
machine_arch=`uname -p | sed -e 's/i86pc/i386/'`