summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-10 09:16:07 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-10 09:16:07 +0000
commitd5566303d6b416fb4b0f49a4a7eae2c81bddf17e (patch)
tree6b9db459db83f41597a1d5dbd33e7ed503557ff4 /ikiwiki
parent9ab1c273f601cc7f1d70749b9fc8f58df67ab39f (diff)
foo
Diffstat (limited to 'ikiwiki')
-rwxr-xr-xikiwiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki b/ikiwiki
index 65934edd1..cb8295cf9 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -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);