mirror of
https://github.com/danog/php.git
synced 2025-01-22 04:51:20 +01:00
Remove duplicated "try try" in update.sh
This commit is contained in:
parent
88ee683d43
commit
5a117c8bef
@ -23,7 +23,7 @@ for version in "${versions[@]}"; do
|
||||
fullVersion="$(sed -r 's/.*"filename";s:[0-9]+:"php-([^"]+)\.tar\.bz2".*/\1/' $packages)"
|
||||
gpgKey="${gpgKeys[$version]}"
|
||||
if [ -z "$gpgKey" ]; then
|
||||
echo >&2 "ERROR: missing GPG key fingerprint for $version; try:"
|
||||
echo >&2 "ERROR: missing GPG key fingerprint for $version"
|
||||
echo >&2 " try looking on http://php.net/downloads.php#gpg-$version"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user