I am not even remotely sure whether this is a bug: redefining getenv/setenv/et al.

2016-03-10 Thread Peter Seebach
So, for context, I'm aware that this is by no means a normal or reasonable use case. I'm the maintainer of pseudo, a program used by build systems to allow developers to create filesystems with permissions, modes, and device nodes, without actually requiring root privileges. (Similar to fakeroot.)

bash and sshd trap anomaly

2016-03-10 Thread Olof Schonbeck
Hi In a small bash script we have a trap to cleanup some files when exiting. You run the script by ssh to the machine in question and execute the script. If your ssh session dies the trap should trigger and clean up the files as the script exit but this doesn't happen. I apologize that the