diff options
author | tnn <tnn@pkgsrc.org> | 2022-04-03 19:20:59 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-04-03 19:20:59 +0000 |
commit | 9c4620068725075883d9e18b351eee9447eafe2d (patch) | |
tree | d45c1b8f1ece5e37b0742efddf6d38b32a07d5cf /bootstrap | |
parent | faf2e7cae2b3779783433473f023e4b5345fbd07 (diff) | |
download | pkgsrc-9c4620068725075883d9e18b351eee9447eafe2d.tar.gz |
bootstrap: OSF1: set shprog to /usr/bin/ksh for the early stuff
sh(1) is too broken to run mksh's Build.sh
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 4d2d10aa860..c58c4dc7ab1 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.307 2022/02/08 19:18:07 schmonz Exp $ +# $NetBSD: bootstrap,v 1.308 2022/04/03 19:20:59 tnn Exp $ # # Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org> # All rights reserved. @@ -740,7 +740,7 @@ Minix) root_group=wheel machine_arch=`uname -p` check_compiler=yes - ;; + ;; MirBSD) root_group=wheel need_pax=yes @@ -779,6 +779,7 @@ OSF1) need_awk=yes need_sed=yes need_mksh=yes + shprog=/usr/bin/ksh machine_arch=`uname -p` ;; QNX) |