Backed out change in rev 1.2.
This commit is contained in:
parent
86dee95edc
commit
2dd8b60edd
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user