From e07420b70688fd3eef14bc573322e0e5b67bd4cf Mon Sep 17 00:00:00 2001 From: ahoka Date: Sun, 5 Jul 2009 12:35:13 +0000 Subject: [PATCH] Rollback my previous commit: pdksh doesnt solve the problem I wanted to. --- bootstrap/bootstrap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index f9e6e111f558..2b6288db9625 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.148 2009/06/27 22:30:50 ahoka Exp $ +# $NetBSD: bootstrap,v 1.149 2009/07/05 12:35:13 ahoka Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -502,7 +502,6 @@ HPUX) need_bsd_install=yes need_awk=yes need_sed=yes - need_ksh=yes set_opsys=no machine_arch=`uname -m | sed 's/^9000.*$/hppa/'` ;;