diff options
author | sevan <sevan@pkgsrc.org> | 2015-05-03 14:26:57 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2015-05-03 14:26:57 +0000 |
commit | 555aa8a689363ff8d2ffa1a930535c8935665be8 (patch) | |
tree | e3616ef4b4e5e5da08ba2e4c4b48f590f87f7b90 /bootstrap | |
parent | a2273e7a9331f68f0274e26f13079549f292ccae (diff) | |
download | pkgsrc-555aa8a689363ff8d2ffa1a930535c8935665be8.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-x | bootstrap/bootstrap | 3 |
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` |