1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 09:50:07 +02:00

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

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