diff options
author | http://anastigmatix.net/ <http://anastigmatix.net/@web> | 2014-10-20 18:39:55 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-20 18:39:55 -0400 |
commit | 34373e0df934722f7a29a4f185a0b03b4521568f (patch) | |
tree | 8b450f470ba0646d20f59d7d95047808a231a246 | |
parent | 2e9992568f0e7949933ec551e48d6ee670ad3e63 (diff) | |
download | ikiwiki-34373e0df934722f7a29a4f185a0b03b4521568f.tar ikiwiki-34373e0df934722f7a29a4f185a0b03b4521568f.tar.gz |
Fix dangling link to branch I deleted after merge. Link instead to merged commits in ikiwiki repo.
-rw-r--r-- | doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn b/doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn index 140b487d1..c7d3d6f12 100644 --- a/doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn +++ b/doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn @@ -28,7 +28,7 @@ As I am not sure that remembering `PERL5LIB` is a good idea, I think that a pret -- Bruno **Update:** I had not seen this bug earlier, but I ran into the same issue and made a more general solution. You can already add stuff to `%config{ENV}` in the setup file, but it was being processed too late for `PERL5LIB` to do any good. -[This change](https://github.com/jcflack/ikiwiki/compare/early-env) moves the `%config{ENV}` handling earlier in the wrapper, so anything specified there is placed back in the actual environment before Perl gets control. Problem solved! +[This change](http://source.ikiwiki.branchable.com/?p=source.git;a=log;h=29e80b4eedadc2afd3f9f36d215076c82982971b;hp=6057107d71e9944bd6fd7093060e4297e617733e) moves the `%config{ENV}` handling earlier in the wrapper, so anything specified there is placed back in the actual environment before Perl gets control. Problem solved! -- Chap |