Output the "Executing shell macro" only with -vr

This commit is contained in:
Tor Lillqvist 2011-05-24 22:50:24 +03:00
parent b1236ac544
commit 77e426060e

View file

@ -587,7 +587,7 @@ int expand;
Do_profile_output( "s", M_TARGET, &cell );
/* Print the shell escape command. */
if( !(rcp.st_attr & A_SILENT) ) {
if( Verbose & V_FORCEECHO ) {
printf( "%s: Executing shell macro: %s\n", Pname, data );
fflush(stdout);
}