Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap bootstrap: Switch SunOS to mksh.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffd8d80a6956
branches:  trunk
changeset: 435331:ffd8d80a6956
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jul 06 10:25:29 2020 +0000

description:
bootstrap: Switch SunOS to mksh.

Tested in a bulk build on SmartOS, and bootstrap tested on Solaris 9.

diffstat:

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

diffs (20 lines):

diff -r 183d2092e33f -r ffd8d80a6956 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Mon Jul 06 10:24:04 2020 +0000
+++ b/bootstrap/bootstrap       Mon Jul 06 10:25:29 2020 +0000
@@ -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@localhost>
 # All rights reserved.
@@ -801,7 +801,7 @@
                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"



Home | Main Index | Thread Index | Old Index