Fix shellcheck error. (#3531) (#3534)

(cherry picked from commit d1f820ed06)

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/3539/head
patchback[bot] 2021-10-08 14:41:44 +00:00 committed by GitHub
parent f14e566cc7
commit ca3948858a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ function retry
echo "@* -> ${result}"
done
echo "Command '@*' failed 3 times!"
exit -1
exit 255
}
command -v pip