python-utils-r1.eclass: python_fix_shebang, accept symlink as parameter
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Nov 2015 22:21:52 +0000 (23:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Nov 2015 19:09:06 +0000 (20:09 +0100)
commit64f62e4bfa4b1bd080b73ff461daa33d9606d589
treed1ba4ebff448fcde677272a7bf0e90e12be62ba7
parenta3853d54e97fac592ea154e0fe0373395519dc0f
python-utils-r1.eclass: python_fix_shebang, accept symlink as parameter

Add '-H' option to find to allow following symlinks passed as
parameters. This makes python_fix_shebang handle either file symlinks
passed directly, or directory symlinks passed directly for recursive
traversal. Both were currently ignored silently.
eclass/python-utils-r1.eclass