Re: audio driver build process
Re: audio driver build process
>
One minor problem I have in the Terminal: if I do
>
>
sh ~/bin/myscript.sh
>
>
my script is executed, but if I simply enter
>
>
myscript.sh
>
>
I get "Command not found".
Your script has to be executable:
chmod +x ~/bin/myscript.sh
After that, rehash and try again :)
robert
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.