cvs commit: src/usr.bin/make job.c make.1

Hartmut Brandt harti at FreeBSD.org
Tue May 24 13:14:25 GMT 2005


harti       2005-05-24 13:14:24 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         job.c make.1 
  Log:
  Another shell attribute 'unsetenv' that will cause to unsetenv("ENV")
  before executing the shell. Until now this was done when the default
  shell was the ksh. This failed if the default shell was sh or csh and
  the user switched to ksh.
  
  Revision  Changes    Path
  1.117     +13 -8     src/usr.bin/make/job.c
  1.88      +5 -0      src/usr.bin/make/make.1


More information about the cvs-src mailing list