* build system: prevent empty commands execution
This commit is contained in:
parent
8fbc462525
commit
b9dca3b000
|
|
@ -494,6 +494,7 @@ void build_run( const char* name, CommandListener& listener ){
|
|||
{
|
||||
StringBuffer output;
|
||||
( *j ).evaluate( output );
|
||||
if ( !output.empty() )
|
||||
listener.execute( output.c_str() );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user