From 9b48265eb044135ae722a1090a697fb27108a1d0 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 19 Oct 1998 17:09:40 +0000 Subject: Use env to set the PATH since we run configure in a subshell --- gnu/usr.bin/perl/Makefile.bsd-wrapper | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index aa4844efc15..7f06f0e3c5c 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.22 1998/10/18 20:02:34 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.23 1998/10/19 17:09:39 millert Exp $ # # Build wrapper for Perl 5.003. # @@ -106,8 +106,8 @@ all: ${GENERATED} (cd ${.OBJDIR}; ${MAKE}) config.sh: config.sh.OpenBSD - PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ - (cd ${.OBJDIR}; /bin/sh Configure -f config.sh.OpenBSD -dsE) + (cd ${.OBJDIR}; /usr/bin/env PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ + /bin/sh Configure -f config.sh.OpenBSD -dsE) Makefile: (cd ${.OBJDIR}; /bin/sh Makefile.SH) -- cgit v1.2.3