[CentOS] script question

Thu Jun 4 13:50:17 UTC 2009
Pintér Tibor <tibyke at tibyke.hu>

Jerry Geis wrote:
> I have this line:
>              ALSA=`aplay --version`
> 
> in a script. when I execute the script I get the message
>  line 187: --version: command not found
> 

$ echo $(aplay --version)
aplay: version 1.0.18 by Jaroslav Kysela <perex at perex.cz>

t