Changeset 1789:09f7f25bff66 in roaraudio


Ignore:
Timestamp:
05/20/09 21:23:51 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

try to suppress wine status output (why the hell does wine print $?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1788 r1789  
    13691369if $CCTF 2> /dev/null; 
    13701370then 
    1371  $EXEC_HELPER $TF_E >&3 
     1371 $EXEC_HELPER $TF_E >&3 2> /dev/null 
    13721372 if [ "$?" = '0' ] 
    13731373 then 
     
    14041404 if $CCTF 2> /dev/null; 
    14051405 then 
    1406   $EXEC_HELPER $TF_E >&3 
     1406  $EXEC_HELPER $TF_E >&3 2> /dev/null 
    14071407 else 
    14081408  echo 'error, can not compile' 
     
    14461446 if $CCTF 2> /dev/null; 
    14471447 then 
    1448   $EXEC_HELPER $TF_E >&3 
     1448  $EXEC_HELPER $TF_E >&3 2> /dev/null 
    14491449 else 
    14501450  echo 'error, can not compile' 
Note: See TracChangeset for help on using the changeset viewer.