diff --git a/harbour/source/compiler/harbour.y b/harbour/source/compiler/harbour.y index 6cb6a2733b..1afd81c22a 100644 --- a/harbour/source/compiler/harbour.y +++ b/harbour/source/compiler/harbour.y @@ -976,7 +976,8 @@ int harbour_main( int argc, char * argv[] ) char *szPath =""; FILENAME *pFileName =NULL; - printf( "Harbour compiler\nbuild %i Spring 1999\n", BUILD ); + if( !_iQuiet ) + printf( "Harbour compiler\nbuild %i Spring 1999\n", BUILD ); if( argc > 1 ) {