[MPlayer-users] Re: Encoding Streaming Radio to an MP3? Whoops...
Anssi Saari
as at sci.fi
Sat Apr 5 21:59:24 CEST 2003
On Sat, Apr 05, 2003 at 11:49:44AM -0700, Brett Kosinski wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> > #!/bin/sh
> >
> > $FIFO=/tmp/converter-fifo.`date-%s`
>
> Whoops, that should be
>
> $FIFO=/tmp/converter-fifo.`date +%s`
sh also isn't perl, so it should be FIFO=/tmp/converter-fifo.`date +%s`.
No $ in assignments.
More information about the MPlayer-users
mailing list