Patch from Denis Vlasenko to add xstat() and use it.
This commit is contained in:
@@ -76,9 +76,7 @@ int run_parts(char **args, const unsigned char test_mode, char **env)
|
||||
|
||||
filename = concat_path_file(arg0, namelist[i]->d_name);
|
||||
|
||||
if (stat(filename, &st) < 0) {
|
||||
bb_perror_msg_and_die("failed to stat component %s", filename);
|
||||
}
|
||||
xstat(filename, &st);
|
||||
if (S_ISREG(st.st_mode) && !access(filename, X_OK)) {
|
||||
if (test_mode) {
|
||||
puts(filename);
|
||||
|
||||
Reference in New Issue
Block a user