summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorahoka <ahoka>2009-06-27 22:30:50 +0000
committerahoka <ahoka>2009-06-27 22:30:50 +0000
commit30d4d259d251363f662b0d5f93cf321274e16a74 (patch)
tree429bb8c01302b704464adb09347d631120fd9a12 /bootstrap/bootstrap
parent0f75730e3959e9057a7d5a0a24c01df3d649f49e (diff)
downloadpkgsrc-30d4d259d251363f662b0d5f93cf321274e16a74.tar.gz
Require ksh on HP-UX: /bin/sh dumps core during install on certain systems.
Diffstat (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index b43d50d1828..f9e6e111f55 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.147 2009/06/15 17:02:14 joerg Exp $
+# $NetBSD: bootstrap,v 1.148 2009/06/27 22:30:50 ahoka Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -502,6 +502,7 @@ HPUX)
need_bsd_install=yes
need_awk=yes
need_sed=yes
+ need_ksh=yes
set_opsys=no
machine_arch=`uname -m | sed 's/^9000.*$/hppa/'`
;;