diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-08-29 11:40:00 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-08-29 11:40:00 +0000 |
| commit | 5d7128668c3d8eff32101e95a60f6bd5deffda49 (patch) | |
| tree | 88b636eff126e77494c27f593c4a41c54e96f7ce /usr.bin | |
| parent | d3e65fbc89a5fb8a08fc9fefefc268a59ec8d0d8 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/du/du.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index 995860b04b81..8c0724c3dda8 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -204,7 +204,7 @@ main(argc, argv) } if (errno) err(1, "fts_read"); - exit(0); + exit(rval); } typedef struct _ID { |
