search for: tail_pid

Displaying 1 result from an estimated 1 matches for "tail_pid".

Did you mean: tail_id
2001 Jul 10
0
libwine problem! - PLEASE HELP!!
...turn code of wine; # I only get the return code of tee. #------------------------------------------------------------------------------ HERE >>>>> $WINEBIN/$WINE_BIN_NAME "$@" >$log_name 2>&1 & wine_pid=$! tail -f $log_name & tail_pid=$! wait $wine_pid wine_return=$? kill $tail_pid else $WINEBIN/$WINE_BIN_NAME "$@" wine_return=$? fi I also tried wine.bin AmdPrime.so but wine.bin says: fixme:psdrv:PSDRV_AFMParse /usr/X11R6/lib/X11/fonts/Type1/grkpoli.afm: Unkown AFM Weight 'Italic' err...