From 0889e81c9de56130c5a7bc7acbd39a98233f91fb Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 1 Aug 2009 20:19:37 +0000 Subject: Add /usr/bsd to $overpath for IRIX as per PR 38802. I'm going to leave /usr/bsd/bin there for now (unless someone wants to confirm it's never existed in *any* IRIX version) because it should ordinarily be harmless. --- bootstrap/bootstrap | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 2b6288db962..b9d28c44228 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.149 2009/07/05 12:35:13 ahoka Exp $ +# $NetBSD: bootstrap,v 1.150 2009/08/01 20:19:37 dholland Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -509,6 +509,9 @@ IRIX*) if [ -d "/usr/freeware/bin" ]; then overpath="/usr/freeware/bin:$overpath" fi + if [ -d "/usr/bsd" ]; then + overpath="/usr/bsd:$overpath" + fi if [ -d "/usr/bsd/bin" ]; then overpath="/usr/bsd/bin:$overpath" fi -- cgit v1.2.3