diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-10 09:16:07 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-10 09:16:07 +0000 |
commit | d5566303d6b416fb4b0f49a4a7eae2c81bddf17e (patch) | |
tree | 6b9db459db83f41597a1d5dbd33e7ed503557ff4 /ikiwiki | |
parent | 9ab1c273f601cc7f1d70749b9fc8f58df67ab39f (diff) |
foo
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -463,7 +463,7 @@ sub gen_wrapper ($$) { #include <stdlib.h> int main (void) { - unsetenv("PERLIO_DEBUG"); /* CAN-2005-0155 */ + clearenv(); execl($call, NULL); perror("failed to run $this"); exit(1); |