Skip to content

Commit

Permalink
Removed = from last putenv, this works and it unsetenvs.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Feb 5, 2007
1 parent cae82cc commit 6b7acf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/timegm.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ timegm (struct tm *tm) {
putenv(tz);
}
else
putenv((char*)"TZ=");
putenv((char*)"TZ");
tzset();
return ret;
}

0 comments on commit 6b7acf0

Please sign in to comment.