]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorjcflack <jcflack@web>
Sun, 14 Sep 2014 22:34:13 +0000 (18:34 -0400)
committeradmin <admin@branchable.com>
Sun, 14 Sep 2014 22:34:13 +0000 (18:34 -0400)
doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn

index 9da25157f10853f84d86dcaad1fd30cb1ef4ab77..a60fe130f647faf7e9ced9f9000494885f026ada 100644 (file)
@@ -52,3 +52,14 @@ As I am not sure that remembering `PERL5LIB` is a good idea, I think that a pret
 > in having it in the storable too?
 >
 > --[[smcv]]
+
+Happy to make the escaping change, thanks for the sharp eye.
+
+My thinking on `delete` is once it's handled, it's handled. The C code
+is going to put this straight into the real environment and then do
+a simple `exec` ... is there any way this hasn't been handled?
+
+It just takes up space twice in the generated wrapper otherwise.
+Admittedly it's not much space, but seems to be even less point ... ?
+
+-- Chap