Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Dec 2005 17:08:56 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src Makefile.inc1
Message-ID:  <200512011708.jB1H8u3Y065515@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-12-01 17:08:56 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile.inc1 
  Log:
  In make buildenv, spell sh as ${SHELL}.  In this case, we don't want
  to hard code /bin/sh since we're forking it for the user to type
  commands into.  As such, ${SHELL} is the preferred thing users type
  commands into.
  
  Revision  Changes    Path
  1.524     +1 -1      src/Makefile.inc1



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