Re: bug in the intinit.e file
- Posted by bugfinder Oct 08, 2010
- 1047 views
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)