Issues using new_xorg pkg repository

Brandon Allbery allbery.b at gmail.com
Wed Jul 9 13:57:41 UTC 2014


On Wed, Jul 9, 2014 at 9:37 AM, Pete French <petefrench at ingresso.co.uk>
wrote:

> > As you can see, the macro ${ABI} has been deleted from the config file.
> > ......
> > << EOF, this macro is deleted (I don't know why, maybe it depends on
> shell you=20
> > are using).
>
> Aha, yes, thats it exactly! I am using /bin/sh - and that will
> try and expand the 4{ABI} itself I guess. Though surely it
> shouldnt when using a here file ?
>

It expands $ unless you quote the end string (cat <<'EOF' or cat <<\EOF).

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net


More information about the freebsd-stable mailing list