Re: bug in the intinit.e file

new topic     » goto parent     » topic index » view thread      » older message » newer message

 
Matt: 
 
If you add this line it will fix the problem. 
 
          Argv = expand_config_options(Argv) 
          m:map opts = cmd_parse( get_options(), 
                { NO_VALIDATION_AFTER_FIRST_EXTRA, PAUSE_MSG, pause_msg }, Arg 
 
add ==>>  if length(Argv) = 0 then Argv = getenv("eudir") end if 
 
          sequence tmp_Argv = Argv 
          Argv = Argv[1..2] & GetDefaultArgs() 
        Argc = length(Argv) 
 

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu