pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap bootstrap: OSF1: set shprog to /usr/bin/ksh ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/98560ea67054
branches: trunk
changeset: 376236:98560ea67054
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Apr 03 19:20:59 2022 +0000
description:
bootstrap: OSF1: set shprog to /usr/bin/ksh for the early stuff
sh(1) is too broken to run mksh's Build.sh
diffstat:
bootstrap/bootstrap | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 27fdadcedbd5 -r 98560ea67054 bootstrap/bootstrap
--- a/bootstrap/bootstrap Sun Apr 03 19:18:00 2022 +0000
+++ b/bootstrap/bootstrap Sun Apr 03 19:20:59 2022 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.307 2022/02/08 19:18:07 schmonz Exp $
+# $NetBSD: bootstrap,v 1.308 2022/04/03 19:20:59 tnn Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
# All rights reserved.
@@ -740,7 +740,7 @@
root_group=wheel
machine_arch=`uname -p`
check_compiler=yes
- ;;
+ ;;
MirBSD)
root_group=wheel
need_pax=yes
@@ -779,6 +779,7 @@
need_awk=yes
need_sed=yes
need_mksh=yes
+ shprog=/usr/bin/ksh
machine_arch=`uname -p`
;;
QNX)
Home |
Main Index |
Thread Index |
Old Index