At Tue, 24 Jan 2006 12:52:41 +0100,
Jonas Norberg wrote:
> 
> Hello Takashi!
> 
> I am running the BusyBox 1.00 and there is an ash in there. So I tried to
> exchange the #!/bin/bash to #!/bin/ash in the beginning of the alsaconf
> script, the effect is:
> -----------------------------
> /mnt/PoC/sound/alsa-utils-1.0.9/alsaconf # ./alsaconf
> ./alsaconf: 69: [[: not found
> ./alsaconf: 69: [[: not found
> ./alsaconf: 69: [[: not found
> ./alsaconf: 69: [[: not found
> ./alsaconf: 69: [[: not found
> ./alsaconf: 69: [[: not found
> ./alsaconf: 69: [[: not found
> ./alsaconf: 69: [[: not found
> ./alsaconf: 94: getopt: not found
> -----------------------------
> 
> Do you have any idea how to solve this? I am looking at your alsaconf file
> to try to figure out what is happening in there and maybe be able to do it
> manually.

Looks like another bash-specific one.  Replace '[[ -x ... ]]' with
'test -x ...'


Takashi


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to