summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-07-07 11:50:04 +0000
committerjperkin <jperkin@pkgsrc.org>2020-07-07 11:50:04 +0000
commit924452cb4555ec270a76ade1da9903fe6ee6f23d (patch)
treed845287924f93a3ed3bcf91d1a65228513b0d66e /bootstrap/bootstrap
parent7ee80cb9cbf07735969e901ccd444a24682ad7d1 (diff)
downloadpkgsrc-924452cb4555ec270a76ade1da9903fe6ee6f23d.tar.gz
bootstrap: Switch --full over to mksh.
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 e87960ab8cd..809c1423962 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.286 2020/07/06 10:43:47 jperkin Exp $
+# $NetBSD: bootstrap,v 1.287 2020/07/07 11:50:04 jperkin Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -876,7 +876,7 @@ yes)
need_bsd_install=yes
need_awk=yes
need_sed=yes
- need_ksh=yes
+ need_mksh=yes
;;
esac