Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 191471 | Differences between
and this patch

Collapse All | Expand All

(-)run_beamnrc_old.tcl (-1 / +1 lines)
Lines 354-360 Link Here
354
           }
354
           }
355
           puts $arg
355
           puts $arg
356
           set batch_script [file join $hen_house scripts run_user_code_batch]
356
           set batch_script [file join $hen_house scripts run_user_code_batch]
357
           set rpipe [open "|$batch_script BEAM_${mod_base}${opt} $inp_base $pegs4base $arg 2>&1" "r"]
357
           set rpipe [open "|$batch_script BEAM_${mod_base}${opt} $inp_base $pegs4base $arg 2> batch.log" "r"]
358
       }
358
       }
359
       fconfigure $rpipe -blocking 0
359
       fconfigure $rpipe -blocking 0
360
       fileevent $rpipe readable [list My_Reader $rpipe]
360
       fileevent $rpipe readable [list My_Reader $rpipe]

Return to bug 191471