14 +.B \-x |
14 +.B \-x |
15 +Print commands and their arguments as they are executed. |
15 +Print commands and their arguments as they are executed. |
16 +.TP |
16 +.TP |
17 .B \-D |
17 .B \-D |
18 A list of all double-quoted strings preceded by \fB$\fP |
18 A list of all double-quoted strings preceded by \fB$\fP |
19 is printed on the standard ouput. |
19 is printed on the standard output. |
20 |
20 |
21 ----------------------------------------------------------------------------- |
21 ----------------------------------------------------------------------------- |
22 |
22 |
23 Port to HP-UX 11i and similar less smart platforms. |
23 Port to HP-UX 11i and similar less smart platforms. |
24 |
24 |
67 int extended; |
67 int extended; |
68 { |
68 { |
69 - printf ("GNU bash, version %s (%s)\n", shell_version_string (), MACHTYPE); |
69 - printf ("GNU bash, version %s (%s)\n", shell_version_string (), MACHTYPE); |
70 + printf ("GNU bash, version %s (%s) [@l_openpkg_release@]\n", shell_version_string (), MACHTYPE); |
70 + printf ("GNU bash, version %s (%s) [@l_openpkg_release@]\n", shell_version_string (), MACHTYPE); |
71 if (extended) |
71 if (extended) |
72 printf (_("Copyright (C) 2004 Free Software Foundation, Inc.\n")); |
72 printf (_("Copyright (C) 2005 Free Software Foundation, Inc.\n")); |
73 } |
73 } |
74 |
74 |
75 ----------------------------------------------------------------------------- |
75 ----------------------------------------------------------------------------- |
76 |
76 |
77 Accumulated vendor patches Bash 3.2 001-005 |
77 Accumulated vendor patches Bash 3.2 001-005 |