Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2008 05:25:20 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133522 for review
Message-ID:  <200801180525.m0I5PKss045795@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=133522

Change 133522 by imp@imp_paco-paco on 2008/01/18 05:25:09

	Prefer ${SHELL} to sh, since I like it.  Sadly, I got complaints
	when I proposed it for -current.

Affected files ...

.. //depot/projects/mips2/src/Makefile.inc1#8 edit

Differences ...

==== //depot/projects/mips2/src/Makefile.inc1#8 (text+ko) ====

@@ -517,7 +517,7 @@
 
 buildenv:
 	@echo Entering world for ${TARGET_ARCH}:${TARGET}
-	@cd ${.CURDIR} && env ${WMAKEENV} sh || true
+	@cd ${.CURDIR} && env ${WMAKEENV} ${SHELL} || true
 
 TOOLCHAIN_TGTS=	${WMAKE_TGTS:N_depend:Neverything:Nbuild32}
 toolchain: ${TOOLCHAIN_TGTS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801180525.m0I5PKss045795>