diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-04-06 05:17:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-04-06 05:17:57 +0000 |
commit | fcffa2cc1a0f11ea6a075dd37762ca5b543b55e1 (patch) | |
tree | b692176a654613bb68ca37c42f88201aeb48d8ba /coreutils | |
parent | 50e4d660ace54d8da2cb09d537138447a92c68bd (diff) |
Apply lash_patch35 from vodz, which brings several nice size_optimizations.
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/ln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c index 213db9b72..1eb853d2f 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c @@ -119,7 +119,7 @@ extern int ln_main(int argc, char **argv) status = EXIT_FAILURE; optind++; } - exit(status); + return status; } /* |