svn commit: r427447 - head/converters/p5-Encode

Mathieu Arnold mat at FreeBSD.org
Wed Nov 30 18:41:40 UTC 2016


Le 30/11/2016 à 19:00, Sunpoet Po-Chuan Hsieh a écrit :
> -	${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/ -name '*.so' | ${XARGS} ${STRIP_CMD}
> +	${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/ -name '*.so' -exec ${STRIP_CMD} '{}' +

Using '{}' makes no sense, neither { nor } are special characters shell
wise, and when it runs, it will end up being {} anyway.
Best remove the single quotes so that people don't think this will be
quoted in some way.


-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20161130/e59b2f45/attachment.sig>


More information about the svn-ports-all mailing list