As far as I know, screen behaves like any other process and inherits its environment. So invoking screen as follows should work, if not, then you have some other problems.
TMPDIR=/some/dir screen On Mon, Jul 2, 2012 at 3:20 PM, Mark Diekhans <[email protected]> wrote: > > Is there a way to cause screen to pass through environment > variables when invoked? > > My particular problem is TMPDIR, which varies on different > systems we have. > > Thanks! > > _______________________________________________ > screen-users mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/screen-users > --
_______________________________________________ screen-users mailing list [email protected] https://lists.gnu.org/mailman/listinfo/screen-users
