[120643] trunk/dports/lang/eero-devel
Ryan Schmidt
ryandesign at macports.org
Thu Jun 5 21:23:16 PDT 2014
On Jun 4, 2014, at 9:58 AM, vince at macports.org wrote:
> Revision
> 120643
> Author
> vince at macports.org
> Date
> 2014-06-04 07:58:29 -0700 (Wed, 04 Jun 2014)
> Log Message
>
> Bumps to LLVM/CLANG 3.4.1
> --- trunk/dports/lang/eero-devel/files/llvm-bin (rev 0)
> +++ trunk/dports/lang/eero-devel/files/llvm-bin 2014-06-04 14:58:29 UTC (rev 120643)
>
> @@ -0,0 +1,2 @@
>
> +#!/bin/sh
> +EXEC_PATH $*
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.
More information about the macports-dev
mailing list