Formerly file.c.~23~

This commit is contained in:
Roland McGrath 1993-05-22 20:24:37 +00:00
parent fe92d8e656
commit ff71fe9277

5
file.c
View file

@ -336,12 +336,13 @@ remove_intermediates (sig)
error ("*** Deleting file `%s'", f->name);
else if (!silent_flag)
{
if (!doneany)
if (! doneany)
{
fputs ("rm ", stdout);
doneany = 1;
}
putchar (' ');
else
putchar (' ');
fputs (f->name, stdout);
fflush (stdout);
}