Backed out change in rev 1.2.

This commit is contained in:
dg 1995-08-27 02:02:19 +00:00
parent 86dee95edc
commit 2dd8b60edd

View File

@ -311,7 +311,7 @@ strip(to_name)
execl(_PATH_STRIP, "strip", to_name, NULL);
err("%s: %s", _PATH_STRIP, strerror(errno));
default:
if (wait(&status) == -1)
if (wait(&status) == -1 || status)
(void)unlink(to_name);
}
}