(cherry picked from commit d1f820ed06
)
Co-authored-by: Felix Fontein <felix@fontein.de>
pull/3539/head
parent
f14e566cc7
commit
ca3948858a
|
@ -50,7 +50,7 @@ function retry
|
||||||
echo "@* -> ${result}"
|
echo "@* -> ${result}"
|
||||||
done
|
done
|
||||||
echo "Command '@*' failed 3 times!"
|
echo "Command '@*' failed 3 times!"
|
||||||
exit -1
|
exit 255
|
||||||
}
|
}
|
||||||
|
|
||||||
command -v pip
|
command -v pip
|
||||||
|
|
Loading…
Reference in New Issue