summaryrefslogtreecommitdiff
path: root/getfattr/getfattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'getfattr/getfattr.c')
-rw-r--r--getfattr/getfattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/getfattr/getfattr.c b/getfattr/getfattr.c
index 00dbd4c..9593080 100644
--- a/getfattr/getfattr.c
+++ b/getfattr/getfattr.c
@@ -501,6 +501,7 @@ int main(int argc, char *argv[])
opt_walk_physical * FTW_PHYS) < 0) {
fprintf(stderr, "%s: %s: %s\n", progname, argv[optind],
strerror_ea(errno));
+ had_errors++;
}
optind++;
}