diff options
Diffstat (limited to 'coreutils/env.c')
-rw-r--r-- | coreutils/env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/env.c b/coreutils/env.c index dc8667181..8d2d881fa 100644 --- a/coreutils/env.c +++ b/coreutils/env.c | |||
@@ -54,7 +54,7 @@ int env_main(int argc, char** argv) | |||
54 | #if ENABLE_FEATURE_ENV_LONG_OPTIONS | 54 | #if ENABLE_FEATURE_ENV_LONG_OPTIONS |
55 | applet_long_options = env_longopts; | 55 | applet_long_options = env_longopts; |
56 | #endif | 56 | #endif |
57 | opt = getopt32(argc, argv, "+iu:", &unset_env); | 57 | opt = getopt32(argv, "+iu:", &unset_env); |
58 | argv += optind; | 58 | argv += optind; |
59 | if (*argv && LONE_DASH(argv[0])) { | 59 | if (*argv && LONE_DASH(argv[0])) { |
60 | opt |= 1; | 60 | opt |= 1; |