.
authorJim Meyering <jim@meyering.net>
Mon, 20 Jun 1994 14:14:34 +0000 (14:14 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 20 Jun 1994 14:14:34 +0000 (14:14 +0000)
src/basename.c
src/dirname.c
src/echo.c
src/expr.c
src/hostname.c
src/printf.c
src/pwd.c
src/stty.c
src/test.c
src/yes.c

index 7a537b433e2940adfe94c3cf38af60fa48857d4f..835f229a6c090cb8ac91f2e21449028c8d3bbcc5 100644 (file)
@@ -40,6 +40,7 @@
 #include <sys/types.h>
 
 #include "system.h"
+#include "version.h"
 #include "long-options.h"
 
 char *basename ();
@@ -82,7 +83,7 @@ main (argc, argv)
 
   program_name = argv[0];
 
-  parse_long_options (argc, argv, "basename", usage);
+  parse_long_options (argc, argv, "basename", version_string, usage);
 
   if (argc == 1 || argc > 3)
     usage (1);
index 5b25f2fedc4aa96424f166afb720e85ae68fde21..074b3ce368d4b5c9c899502292d54752aa52866c 100644 (file)
@@ -32,6 +32,7 @@
 #include <sys/types.h>
 
 #include "system.h"
+#include "version.h"
 #include "long-options.h"
 
 void strip_trailing_slashes ();
@@ -72,7 +73,7 @@ main (argc, argv)
 
   program_name = argv[0];
 
-  parse_long_options (argc, argv, "dirname", usage);
+  parse_long_options (argc, argv, "dirname", version_string, usage);
 
   if (argc != 2)
     usage (1);
index 6f3acb4fcd7c3e738441a52a3a9bbd944a4b525e..d1d25d5ec09d182757d26cdcebddab9f3bccc4a5 100644 (file)
@@ -31,6 +31,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <stdio.h>
 #include <sys/types.h>
 #include "system.h"
+#include "version.h"
 #include "long-options.h"
 
 /* echo [-neE] [arg ...]
@@ -119,7 +120,7 @@ main (argc, argv)
 
   program_name = argv[0];
 
-  parse_long_options (argc, argv, "echo", usage);
+  parse_long_options (argc, argv, "echo", version_string, usage);
 
 /* System V machines already have a /bin/sh with a v9 behaviour.  We
    use the identical behaviour for these machines so that the
index d1b4ce6012533e1715c700cc20bad9c15f7fe17e..719402fff6de18a6ce8389a23f3335abcbc2451a 100644 (file)
@@ -178,7 +178,7 @@ main (argc, argv)
 
   program_name = argv[0];
 
-  parse_long_options (argc, argv, "expr", usage);
+  parse_long_options (argc, argv, "expr", version_string, usage);
 
   if (argc == 1)
     usage (1);
index 441c08953ed709e22b7863ceba62d6c12a257b21..d49aa1c4894b0f8c8412c18412ce295cc15947db 100644 (file)
@@ -32,6 +32,7 @@
 #include <sys/types.h>
 
 #include "system.h"
+#include "version.h"
 #include "long-options.h"
 
 #if !defined(HAVE_SETHOSTNAME) && defined(HAVE_SYSINFO) && \
@@ -91,7 +92,7 @@ main (argc, argv)
 
   program_name = argv[0];
 
-  parse_long_options (argc, argv, "hostname", usage);
+  parse_long_options (argc, argv, "hostname", version_string, usage);
 
 #ifdef HAVE_SETHOSTNAME
   if (argc == 2)
index e341fb865d39ee21df1ea2ae0dad991609d1b0d7..87a8000bc2458e737bd77c5db80241713de66f16 100644 (file)
@@ -156,7 +156,7 @@ main (argc, argv)
   program_name = argv[0];
   exit_status = 0;
 
-  parse_long_options (argc, argv, "printf", usage);
+  parse_long_options (argc, argv, "printf", version_string, usage);
 
   if (argc == 1)
     {
index 96c3bbfe4474d856d2e14f18047bbd798a52167f..c57ef143446c30509f36e031d2fb902d1e532e06 100644 (file)
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -32,6 +32,7 @@
 #include <sys/types.h>
 
 #include "system.h"
+#include "version.h"
 #include "long-options.h"
 
 void error ();
@@ -68,7 +69,7 @@ main (argc, argv)
 
   program_name = argv[0];
 
-  parse_long_options (argc, argv, "pwd", usage);
+  parse_long_options (argc, argv, "pwd", version_string, usage);
 
   if (argc != 1)
     error (0, 0, "ignoring non-option arguments");
index 801ce8cc2d5b88554b92ae1cfe60dae88bc4ddb2..8c78ae36d358e038ce84ab1d2b8484c67606fa4a 100644 (file)
@@ -58,6 +58,7 @@
 #endif
 
 #include "system.h"
+#include "version.h"
 #include "long-options.h"
 
 #if defined(GWINSZ_BROKEN)     /* Such as for SCO UNIX 3.2.2. */
@@ -642,7 +643,7 @@ main (argc, argv)
 
   program_name = argv[0];
 
-  parse_long_options (argc, argv, "stty", usage);
+  parse_long_options (argc, argv, "stty", version_string, usage);
 
   output_type = changed;
   verbose_output = 0;
index 21a4487a9ed7806c3402cf4fc1396cd941e30e29..c7a8eb16385946ddd554404fca67502a85691500 100644 (file)
@@ -44,6 +44,7 @@
 #  include "filecntl.h"
 #else /* TEST_STANDALONE */
 #  include "system.h"
+#  include "version.h"
 #  if !defined (S_IXUGO)
 #    define S_IXUGO 0111
 #  endif /* S_IXUGO */
@@ -1135,7 +1136,7 @@ test_command (margc, margv)
 
   if (margv[0] && strcmp (margv[0], "[") == 0)
     {
-      parse_long_options (argc, argv, COMMAND_NAME, usage);
+      parse_long_options (argc, argv, COMMAND_NAME, version_string, usage);
 
       --margc;
 
@@ -1152,7 +1153,7 @@ test_command (margc, margv)
   if (pos >= argc)
     test_exit (SHELL_BOOLEAN (FALSE));
 
-  parse_long_options (argc, argv, COMMAND_NAME, usage);
+  parse_long_options (argc, argv, COMMAND_NAME, version_string, usage);
   value = posixtest ();
 
   if (pos != argc)
index 5790603d1d2288c98a5b91761cb3e427caed8cca..8dd443fab71fb5f68b88e89a0ae7c82ad4b31e2b 100644 (file)
--- a/src/yes.c
+++ b/src/yes.c
@@ -32,6 +32,7 @@
 #include <getopt.h>
 
 #include "long-options.h"
+#include "version.h"
 
 /* The name this program was run with. */
 char *program_name;
@@ -64,7 +65,7 @@ main (argc, argv)
 {
   program_name = argv[0];
 
-  parse_long_options (argc, argv, "yes", usage);
+  parse_long_options (argc, argv, "yes", version_string, usage);
 
   if (argc == 1)
     while (1)