From: Joey Hess Date: Tue, 4 May 2010 22:41:55 +0000 (-0400) Subject: note that tcc workaround is for bug fixed in tcc now X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/76a5dbe7cbc4e1f016752e4aa1445052c0b4a3ef note that tcc workaround is for bug fixed in tcc now --- diff --git a/IkiWiki/Wrapper.pm b/IkiWiki/Wrapper.pm index 3f3e63ca6..73f0896e8 100644 --- a/IkiWiki/Wrapper.pm +++ b/IkiWiki/Wrapper.pm @@ -123,6 +123,7 @@ $envsave newenviron[i++]="WRAPPED_OPTIONS=$configstring"; #ifdef __TINYC__ + /* old tcc versions do not support modifying environ directly */ if (clearenv() != 0) { perror("clearenv"); exit(1);