Displaying 1 result from an estimated 1 matches for "ignore_exec_failure".
2006 Nov 01
0
fatal flaw in popen4 on windows? [WAS] Re: Nonblocking IO read (fwd)
...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_status status ) ]
> stdin = getopt[ %w( stdin in i 0 ) << 0 ]
> stdout = getopt[ %w( stdout out o 1 ) << 1 ]
>...