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/ln.c | |
parent | 50e4d660ace54d8da2cb09d537138447a92c68bd (diff) | |
download | busybox-w32-fcffa2cc1a0f11ea6a075dd37762ca5b543b55e1.tar.gz busybox-w32-fcffa2cc1a0f11ea6a075dd37762ca5b543b55e1.tar.bz2 busybox-w32-fcffa2cc1a0f11ea6a075dd37762ca5b543b55e1.zip |
Apply lash_patch35 from vodz, which brings several nice size_optimizations.
Diffstat (limited to 'coreutils/ln.c')
-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) | |||
119 | status = EXIT_FAILURE; | 119 | status = EXIT_FAILURE; |
120 | optind++; | 120 | optind++; |
121 | } | 121 | } |
122 | exit(status); | 122 | return status; |
123 | } | 123 | } |
124 | 124 | ||
125 | /* | 125 | /* |