aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.c')
-rw-r--r--src/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/env.c b/src/env.c
index baa1e1372..e06ca5568 100644
--- a/src/env.c
+++ b/src/env.c
@@ -831,7 +831,7 @@ main (int argc, char **argv)
}
}
- if (optind < argc && STREQ (argv[optind], "-"))
+ if (optind < argc && streq (argv[optind], "-"))
{
ignore_environment = true;
++optind;