Hi Ryan, > llvm-bin will fail if it is passed any paths containing a space. > The way to fix this is to use "$@" instead of $*. See the wine port, for example, which does this. Thanks. I’ll commit a patch and bump the revision ASAP. Vincent