diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2002-10-01 22:59:11 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2002-10-01 22:59:11 +0000 |
| commit | e9d295bf0b0cf5d05cbcdf26cdb1a650c3fdd46a (patch) | |
| tree | 0b48a211943da28fd8304ff7f6ed48e9532373dc /usr.sbin | |
| parent | 17cc43149afc7969922bcc492c62c8c60e302800 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/cron/crontab/crontab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cron/crontab/crontab.c b/usr.sbin/cron/crontab/crontab.c index d070cd776139..a347a9f69158 100644 --- a/usr.sbin/cron/crontab/crontab.c +++ b/usr.sbin/cron/crontab/crontab.c @@ -122,7 +122,7 @@ main(argc, argv) case opt_unknown: break; } - exit(0); + exit(exitstatus); /*NOTREACHED*/ } |
