/bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

Brandon Allbery allbery.b at gmail.com
Thu Oct 9 13:10:58 PDT 2014


On Thu, Oct 9, 2014 at 4:06 PM, Barrie Stott <zen146410 at zen.co.uk> wrote:

> function ttr()


You should use wither "ttr()" or "function ttr", not both. It's replacing
() with %% and then tripping over it later (possibly it accepts it when
defined for some reason, but it still knows it's illegal).

-- 
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-users/attachments/20141009/3e8a25c4/attachment.html>


More information about the macports-users mailing list