We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ee683 commit 5a117c8Copy full SHA for 5a117c8
update.sh
@@ -23,7 +23,7 @@ for version in "${versions[@]}"; do
23
fullVersion="$(sed -r 's/.*"filename";s:[0-9]+:"php-([^"]+)\.tar\.bz2".*/\1/' $packages)"
24
gpgKey="${gpgKeys[$version]}"
25
if [ -z "$gpgKey" ]; then
26
- echo >&2 "ERROR: missing GPG key fingerprint for $version; try:"
+ echo >&2 "ERROR: missing GPG key fingerprint for $version"
27
echo >&2 " try looking on http://php.net/downloads.php#gpg-$version"
28
exit 1
29
fi
0 commit comments