diff options
Diffstat (limited to 'src/printenv.c')
-rw-r--r-- | src/printenv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/printenv.c b/src/printenv.c index 6bc45c1fa..fbdca726d 100644 --- a/src/printenv.c +++ b/src/printenv.c @@ -32,7 +32,6 @@ #include <sys/types.h> #include <getopt.h> -#include "version.h" #include "system.h" #include "error.h" @@ -101,7 +100,7 @@ main (int argc, char **argv) if (show_version) { - printf ("printenv - %s\n", version_string); + printf ("printenv - %s\n", PACKAGE_VERSION); exit (0); } |