[Pkg-jed-devel] error building jed_0.99.16.pre.0.99.17.84-1

Rafael Laboissiere Rafael Laboissiere <rafael@debian.org>
Fri, 15 Apr 2005 16:19:10 +0200


* G. Milde <g.milde@web.de> [2005-04-15 15:23]:

> Maybe we could look at __argv. site.sl tells us:
> 
>    % if first argument is -n then do NOT load init file
> 
> 
> if (__argv[1] != "-n")
> {
>    $1 = listdir ("/etc/jed-init.d");
>    foreach ($1[array_sort($1)])
>      ...
> 
> For me this seems more clean than a new environment variable.
> (I should consider this for home-lib.sl too.)

This looks indeed much cleaner than the envvar approach.  I see that Jörg has 
already committed a change based on NO_JED_CONF.  Jörg, could you consider
implementing the solution above instead?
 
-- 
Rafael