summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-07-15 10:32:12 +0000
committerjperkin <jperkin@pkgsrc.org>2020-07-15 10:32:12 +0000
commit802759b374d7ba50ae28a539ab9c974e03cccf13 (patch)
tree524f38e39b2b924b35925287df68bd3940c87570 /bootstrap/bootstrap
parentbbb74ecf1bef86c5cd41619545010bf32b06962d (diff)
downloadpkgsrc-802759b374d7ba50ae28a539ab9c974e03cccf13.tar.gz
bootstrap: Switch OSF1 to mksh.
Tested by @astr0baby on Twitter on Tru64 5.1B, where bootstrap fails due to incomplete C99 support for libarchive on the host system, but after mksh has already been built successfully. That leaves only AIX now remaining on pdksh, so if anyone has an AIX system and is able to test a bootstrap run it would be appreciated.
Diffstat (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 809c1423962..2de4beb2381 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.287 2020/07/07 11:50:04 jperkin Exp $
+# $NetBSD: bootstrap,v 1.288 2020/07/15 10:32:12 jperkin Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -774,7 +774,7 @@ OSF1)
need_bsd_install=yes
need_awk=yes
need_sed=yes
- need_ksh=yes
+ need_mksh=yes
machine_arch=`uname -p`
;;
QNX)