VirtualBox

Changeset 1539 in kBuild


Ignore:
Timestamp:
Apr 21, 2008 4:10:42 PM (17 years ago)
Author:
bird
Message:

fixed strip() not returning a value (one more case).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/install.c

    r1538 r1539  
    897897                execlp(stripbin, stripbin, to_name, (char *)NULL);
    898898                err(EX_OSERR, "exec(%s)", stripbin);
     899                exit(EX_OSERR);
    899900        default:
    900901                if (waitpid(pid, &status, 0) == -1 || status) {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette