On 29 May 2007 11:36:56 +0200 kreon28@xxxxxxxxx wrote: > > > >This statement has errors. There are unmatched double quote, > >left paren, and single quote match that I suspect is wrong. > >local CARDS="$(cat /proc/asound/cards | awk '/: / { print $1 }'$ > >local CARDNUM > > > >I'd have to do research to figure out what is wrong, and whether some > >of those are OK (I'll let you do that, info bash or man bash and info > >awk or man awk), but you obviously need at least the right paren as > >bash is complaining about it. > > Well, I do know nothing about bash - so if you know what is wrong, > please write here. > > Thanx! > > kreon > Try replacing the line above with this line: local CARDS=$(cat /proc/asound/cards | awk '/: / { print $1 }'$local CARDNUM) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Alsa-user mailing list Alsa-user@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user