summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorsevan <sevan>2015-05-03 14:26:57 +0000
committersevan <sevan>2015-05-03 14:26:57 +0000
commitd1b01710a42e4e6815762b0b8baeced4cc41a2b9 (patch)
treee3616ef4b4e5e5da08ba2e4c4b48f590f87f7b90 /bootstrap
parentecbb86d669b071e963fbdad8ce3fb9174b8649d7 (diff)
downloadpkgsrc-d1b01710a42e4e6815762b0b8baeced4cc41a2b9.tar.gz
Use pdksh when bootstrapping on AIX, while it's possible to bootstrap
successfully using the stock /bin/sh supplied with the system, things don't work correctly. Reviewed by wiz@
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index a83027e6b24..3c601ae2492 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.215 2014/12/04 10:36:02 jperkin Exp $
+# $NetBSD: bootstrap,v 1.216 2015/05/03 14:26:57 sevan Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -498,6 +498,7 @@ AIX)
need_bsd_install=yes
need_awk=yes
need_sed=yes
+ need_ksh=yes
need_fixed_strip=yes
set_opsys=no
machine_arch=`get_machine_arch_aix`