On Fri, 17 May 2013 23:34:08 +0200, Tijl Coosemans writes:
>_PORTCONF!=3D/usr/local/libexec/portconf
>=2Efor i in ${_PORTCONF:S/|/ /g}
>${i:S/%/ /g}

Is it possible to re-write this to be less dependent on how .for is
parsed?
Eg.  assuming i is foo=[%]blah%goo

${i:C,=.*,,g} = ${i:C,.*=%*,,:S,%, ,g}

works the same for fmake and bmake.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to