This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
RE: [libstdc++ patch] Typo in tests_flags.in
- To: "'gcc-patches at gcc dot gnu dot org'" <gcc-patches at gcc dot gnu dot org>
- Subject: RE: [libstdc++ patch] Typo in tests_flags.in
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Date: Mon, 1 Jan 2001 22:30:21 -0000
- Cc: "'libstdc++ at gcc dot gnu dot org'" <libstdc++ at gcc dot gnu dot org>
Can someone please check this in. Approved by Gabriel Dos Reis
> -----Original Message-----
> From: Billinghurst, David (CRTS)
> Sent: Tuesday, 2 January 2001 0:17
> To: 'gcc-patches@gcc.gnu.org'
> Cc: 'libstdc++@gcc.gnu.org'
> Subject: [libstdc++ patch] Typo in tests_flags.in
>
> 2001-01-01 David Billinghurst <David.Billinghurst@riotinto.com>
>
> * tests_flags.in Fix typo in usage
>
> --- libstdc++-v3/tests_flags.in.orig Mon Jan 1 22:58:40 2001
> +++ libstdc++-v3/tests_flags.in Mon Jan 1 22:59:53 2001
> @@ -41,7 +41,7 @@
> print_usage() {
> cat <<EOF
> Usage:
> - tests_fags --compiler <build-dir> <src-dir>
> + tests_flags --compiler <build-dir> <src-dir>
> --built-library <build-dir> <src-dir>
> --installed-library <build-dir> <src-dir> <install-dir>
> EOF