diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-03 16:13:48 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-03 16:13:48 +0000 |
commit | 14d107ee6bf9dfcec3e14f766658d88a818f5a95 (patch) | |
tree | f181b6845e0949ea83bf5eab85bac18060ef340e /ikiwiki | |
parent | 6261d60bd1f79868974a778f78992d7984e023c1 (diff) |
* Remove CDPATH and other env vars perl taint checking doesn't like.
Closes: #381279
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #!/usr/bin/perl -T $ENV{PATH}="/usr/local/bin:/usr/bin:/bin"; +delete @ENV{qw{IFS CDPATH ENV BASH_ENV}}; package IkiWiki; use warnings; |