Merge branch 'tests-fedora' into 'master'

tests: fix pycodestyle lookup

See merge request fdroid/fdroidserver!386
This commit is contained in:
Hans-Christoph Steiner 2017-11-27 15:58:24 +00:00
commit ff5717b37e
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ cmd_exists() {
find_command() {
for name in $@; do
for suff in "3" "-python3" ""; do
for suff in "3" "-3" "-python3" ""; do
cmd=${name}${suff}
if cmd_exists $cmd; then
echo $cmd