pkgsrc-Changes archive

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

CVS commit: pkgsrc/bootstrap



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jul  7 11:50:05 UTC 2020

Modified Files:
        pkgsrc/bootstrap: bootstrap

Log Message:
bootstrap: Switch --full over to mksh.


To generate a diff of this commit:
cvs rdiff -u -r1.286 -r1.287 pkgsrc/bootstrap/bootstrap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.286 pkgsrc/bootstrap/bootstrap:1.287
--- pkgsrc/bootstrap/bootstrap:1.286    Mon Jul  6 10:43:47 2020
+++ pkgsrc/bootstrap/bootstrap  Tue Jul  7 11:50:04 2020
@@ -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 @@ yes)
        need_bsd_install=yes
        need_awk=yes
        need_sed=yes
-       need_ksh=yes
+       need_mksh=yes
        ;;
 esac
 



Home | Main Index | Thread Index | Old Index