Searched hist:215266 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/bin/sh/
H A Dvar.cdiff 215266 Sat Nov 13 20:23:56 MST 2010 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.

Completed in 132 milliseconds