Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap bootstrap: Switch --full over to mksh.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fb0c57c5eda
branches:  trunk
changeset: 435418:8fb0c57c5eda
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jul 07 11:50:04 2020 +0000

description:
bootstrap: Switch --full over to mksh.

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 051548f9dd16 -r 8fb0c57c5eda bootstrap/bootstrap
--- a/bootstrap/bootstrap       Tue Jul 07 11:35:00 2020 +0000
+++ b/bootstrap/bootstrap       Tue Jul 07 11:50:04 2020 +0000
@@ -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@localhost>
 # All rights reserved.
@@ -876,7 +876,7 @@
        need_bsd_install=yes
        need_awk=yes
        need_sed=yes
-       need_ksh=yes
+       need_mksh=yes
        ;;
 esac
 



Home | Main Index | Thread Index | Old Index