Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2010 22:10:26 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh var.c
Message-ID:  <201011132210.oADMAjqB017623@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-11-13 22:10:26 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               var.c 
  Log:
  SVN rev 215266 on 2010-11-13 22:10:26Z by jilles
  
  sh: Do the additional actions if 'local -' restore changes -i/-m/-E/-V.
  
  Example:
    f() { local -; set +m; }; f
  caused failure to execute external programs because the job control tty fd
  was not opened.
  
  Revision  Changes    Path
  1.52      +1 -0      src/bin/sh/var.c



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