summaryrefslogtreecommitdiff
path: root/src/env.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-27 05:34:31 +0000
committerJim Meyering <jim@meyering.net>1995-11-27 05:34:31 +0000
commit57ec0f45c90bde207866d65aa7752d56cd55ac04 (patch)
tree5e7ed870725ad3f21baf9fc96bac635fe8b10d85 /src/env.c
parenta7830ac93b955ac0be4a15d65a3e5a67f1635b8b (diff)
downloadcoreutils-57ec0f45c90bde207866d65aa7752d56cd55ac04.tar.xz
s/non-zero/nonzero/g
Diffstat (limited to 'src/env.c')
-rw-r--r--src/env.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/env.c b/src/env.c
index 816b3b80e..0bce0eb99 100644
--- a/src/env.c
+++ b/src/env.c
@@ -96,10 +96,10 @@ extern char **environ;
/* The name by which this program was run. */
char *program_name;
-/* If non-zero, display usage information and exit. */
+/* If nonzero, display usage information and exit. */
static int show_help;
-/* If non-zero, print the version on standard output and exit. */
+/* If nonzero, print the version on standard output and exit. */
static int show_version;
static struct option const longopts[] =
@@ -150,7 +150,7 @@ main (argc, argv, envp)
if (optind != argc && !strcmp (argv[optind], "-"))
ignore_environment = 1;
-
+
environ = dummy_environ;
environ[0] = NULL;