1.1 --- a/openpkg/bash.patch Mon Mar 28 19:41:02 2011 +0200 1.2 +++ b/openpkg/bash.patch Tue Mar 29 19:46:35 2011 +0200 1.3 @@ -16,7 +16,7 @@ 1.4 +.TP 1.5 .B \-D 1.6 A list of all double-quoted strings preceded by \fB$\fP 1.7 - is printed on the standard ouput. 1.8 + is printed on the standard output. 1.9 1.10 ----------------------------------------------------------------------------- 1.11 1.12 @@ -69,7 +69,7 @@ 1.13 - printf ("GNU bash, version %s (%s)\n", shell_version_string (), MACHTYPE); 1.14 + printf ("GNU bash, version %s (%s) [@l_openpkg_release@]\n", shell_version_string (), MACHTYPE); 1.15 if (extended) 1.16 - printf (_("Copyright (C) 2004 Free Software Foundation, Inc.\n")); 1.17 + printf (_("Copyright (C) 2005 Free Software Foundation, Inc.\n")); 1.18 } 1.19 1.20 -----------------------------------------------------------------------------