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

(cherry picked from commit d1f820ed06)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2021-10-08 16:22:24 +02:00
committed by GitHub
parent 31d62c5947
commit c364e66114

View File

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