summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-07-06 10:25:29 +0000
committerjperkin <jperkin@pkgsrc.org>2020-07-06 10:25:29 +0000
commit7b031d7e908609ba5b23f773fab9ebf935da0fc6 (patch)
treec337644b3d91c5b8d6c6b59b1a8abbf8b575111c /bootstrap/bootstrap
parent98afa25fcd5af30acd46f4c9e941e47dce32a59d (diff)
downloadpkgsrc-7b031d7e908609ba5b23f773fab9ebf935da0fc6.tar.gz
bootstrap: Switch SunOS to mksh.
Tested in a bulk build on SmartOS, and bootstrap tested on Solaris 9.
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 70f04de0741..1797d279579 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.284 2020/07/06 10:21:01 jperkin Exp $
+# $NetBSD: bootstrap,v 1.285 2020/07/06 10:25:29 jperkin Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -801,7 +801,7 @@ SunOS)
bootstrap_sh=${SH:-/usr/bin/bash}
bootstrap_sh_set=set
else
- need_ksh=yes
+ need_mksh=yes
fi
idprog="/usr/xpg4/bin/id"
groupsprog="${idprog} -gn"