toleda / audio_CloverALC

macOS Realtek ALC onboard audio with Clover
680 stars 109 forks source link

When trying the script in Legacy to patch /Volumes/Macintosh HD/EFI/CLOVER script fails due to escape chars #40

Open talaviram opened 9 years ago

talaviram commented 9 years ago

It seems your script doesn't handle escape chars. I think gCloverDirectory=/Volumes/$gStartupDisk/EFI/CLOVER should be quoted. eg. gCloverDirectory="/Volumes/$gStartupDisk/EFI/Clover"

Simple workaround for non "techies" is to rename your drive from Macintosh HD for example to Mac...

toleda commented 9 years ago

Thanks. fixed in next update.