diff options
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 | /* |