Output the "Executing shell macro" only with -vr
This commit is contained in:
parent
b1236ac544
commit
77e426060e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue