sherlock: 9999 fix shebang automatically for all available scripts

This commit is contained in:
Yury Martynov 2019-08-25 17:27:47 +03:00
parent 7473e7f9d3
commit fdeff7bd65
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E

View file

@ -55,6 +55,7 @@ src_prepare() {
-i sherlock.py || die
fi
python_fix_shebang "${S}"
default
}