[MPlayer-dev-eng] [PATCH] configure, head and tail
Magnus Damm
damm at opensource.se
Sat May 1 23:13:14 CEST 2004
Aargh, stupid typo:
+ cc_name=`( $_cc -v ) 2>&1 | tail -n -1 | cut -d ' ' -f 1`
Should be "tail -n 1", sorry.
/ magnus
On Sat, 1 May 2004 23:01:01 +0200
Magnus Damm <damm at opensource.se> wrote:
> Hi all,
>
> This patch replaces "head -1" with "head -n 1" and "tail -1" with
> "tail -n 1".
>
> $ head -1
> head: `-1' option is obsolete; use `-n 1'
> Try `head --help' for more information.
>
> $ head --version
> head (coreutils) 5.0.91
> Written by David MacKenzie and Jim Meyering.
>
> Copyright (C) 2003 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> Please apply.
>
> / magnus
>
More information about the MPlayer-dev-eng
mailing list