diff options
Diffstat (limited to 'toys/posix/df.c')
-rw-r--r-- | toys/posix/df.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/posix/df.c b/toys/posix/df.c index 5641ff34..957e80b2 100644 --- a/toys/posix/df.c +++ b/toys/posix/df.c @@ -120,7 +120,6 @@ void df_main(void) // Stat it (complain if we can't). if(stat(*next, &st)) { perror_msg("`%s'", *next); - toys.exitval = 1; continue; } |