mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Merge branch 'tests-fedora' into 'master'
tests: fix pycodestyle lookup See merge request fdroid/fdroidserver!386
This commit is contained in:
commit
ff5717b37e
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ cmd_exists() {
|
||||||
|
|
||||||
find_command() {
|
find_command() {
|
||||||
for name in $@; do
|
for name in $@; do
|
||||||
for suff in "3" "-python3" ""; do
|
for suff in "3" "-3" "-python3" ""; do
|
||||||
cmd=${name}${suff}
|
cmd=${name}${suff}
|
||||||
if cmd_exists $cmd; then
|
if cmd_exists $cmd; then
|
||||||
echo $cmd
|
echo $cmd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue