summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
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);