[120643] trunk/dports/lang/eero-devel

Brandon Allbery allbery.b at gmail.com
Fri Jun 6 07:20:04 PDT 2014


On Fri, Jun 6, 2014 at 3:06 AM, Vincent <vince at macports.org> wrote:

> >> The way to fix this is to use "$@" instead of $*. See the wine port,
> for example, which does this.
>
> Is it “$@” with the double quotes or without? I guess it’s without, but
> I’d like you to confirm.
>

With the quotes. Pedantically ${1+"$@"} is most correct, but (a) I suspect
the case that protects against would fail anyway, and (b) on OS X /bin/sh
is bash which handles "$@" as if it were ${1+"$@"}. (I do wonder how long
before Apple abandons bash though....)

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20140606/f8ee2ed0/attachment.html>


More information about the macports-dev mailing list