summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/unlink.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/unlink.c b/src/unlink.c
index ba38b64a4..30ac2152f 100644
--- a/src/unlink.c
+++ b/src/unlink.c
@@ -71,10 +71,8 @@ main (int argc, char **argv)
atexit (close_stdout);
- /* Don't recognize --help or --version if POSIXLY_CORRECT is set. */
- if (getenv ("POSIXLY_CORRECT") == NULL)
- parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
- usage, AUTHORS, (char const *) NULL);
+ parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
+ usage, AUTHORS, (char const *) NULL);
/* The above handles --help and --version.
Since there is no other invocation of getopt, handle `--' here. */