Displaying 1 result from an estimated 1 matches for "ignore_exit_failur".
Did you mean:
ignore_exit_failure
2006 Nov 01
0
fatal flaw in popen4 on windows? [WAS] Re: Nonblocking IO read (fwd)
...mp;release_id=7556
> #
>
> def spawn arg, *argv #--{{{
> argv.unshift(arg)
> opts = ((argv.size > 1 and Hash === argv.last) ? argv.pop : {})
> argv.flatten!
> cmd = argv.join('' '')
>
> getopt = getopts opts
>
> ignore_exit_failure = getopt[ ''ignore_exit_failure'',
> getopt[''quiet'', false]
> ]
> ignore_exec_failure = getopt[ ''ignore_exec_failure'',
> !getopt[''raise'', true]
> ]
> exitstatus = getopt[ %w( exitstatus exit_statu...