summaryrefslogtreecommitdiff
path: root/src/true.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/true.c')
-rw-r--r--src/true.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/true.c b/src/true.c
index 8a1c4f920..ea4833a64 100644
--- a/src/true.c
+++ b/src/true.c
@@ -76,5 +76,5 @@ main (int argc, char **argv)
(char *) NULL);
}
- exit (EXIT_STATUS);
+ return EXIT_STATUS;
}