diff options
Diffstat (limited to 'coreutils/basename.c')
-rw-r--r-- | coreutils/basename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/basename.c b/coreutils/basename.c index 78265a5e6..ac371d274 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c | |||
@@ -60,6 +60,6 @@ extern int basename_main(int argc, char **argv) | |||
60 | s[m-n] = '\0'; | 60 | s[m-n] = '\0'; |
61 | } | 61 | } |
62 | printf("%s\n", s); | 62 | printf("%s\n", s); |
63 | exit(TRUE); | 63 | return(TRUE); |
64 | } | 64 | } |
65 | 65 | ||