On Thu, Oct 9, 2014 at 4:46 PM, Barrie Stott <[email protected]> wrote: > > On 9 Oct 2014, at 21:10, Brandon Allbery wrote: > > On Thu, Oct 9, 2014 at 4:06 PM, Barrie Stott <[email protected]> > 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). > > > I've replaced functions like "function asdf() ..." by "function asdf ..." > throughout, run ". ~/.bashrc" but typing "mvim" continues to give the > error. Also all the old versions of the functions have been present for > well over 6 months so I reckon something else is involved. >
You would also need to log out and back in, since the point is these were generated by already running shells and are now in your environment. (type "env | grep BASH_FUNC"). -- brandon s allbery kf8nh sine nomine associates [email protected] [email protected] unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
_______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
