Kaydet (Commit) 77e42606 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Output the "Executing shell macro" only with -vr

üst b1236ac5
...@@ -587,7 +587,7 @@ int expand; ...@@ -587,7 +587,7 @@ int expand;
Do_profile_output( "s", M_TARGET, &cell ); Do_profile_output( "s", M_TARGET, &cell );
/* Print the shell escape command. */ /* Print the shell escape command. */
if( !(rcp.st_attr & A_SILENT) ) { if( Verbose & V_FORCEECHO ) {
printf( "%s: Executing shell macro: %s\n", Pname, data ); printf( "%s: Executing shell macro: %s\n", Pname, data );
fflush(stdout); fflush(stdout);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment