[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]

Re: prolog options



On Sun, Oct 01, 2000 at 12:30:55AM +0200, Albert REINER wrote:
>
> Saluton,
> 
> I think it would be a good idea to have the possibility to pass an
> option to a prolog script, and it seems that it would be simple (I am
> still using wml 2.0.1, I have to confess; simply disregard this mail
> if this facility is already there in the newer versions).
[...]

Hi Albert,

Following patch will be applied to wml and a similar one to wmk.
IPP documentation will be fixed too.

Thanks for your reports.

--- wml_frontend/wml.src        2000/09/19 21:35:25     1.64
+++ wml_frontend/wml.src        2000/10/01 13:32:46
@@ -1049,7 +1049,7 @@
 #   determine prologs
 $prolog = '';
 foreach $p (@opt_P) {
-    $prolog .= " -P '$p'";
+    $prolog .= ' -P "'.&quotearg($p).'"';
 }
 
 $defipp = '';

-- 
Denis Barbier
WML Maintainer
______________________________________________________________________
Website META Language (WML)                www.engelschall.com/sw/wml/
Official Support Mailing List                   sw-wml@engelschall.com
Automated List Manager                       majordomo@engelschall.com