From: Joe Watkins Date: Mon, 9 Jan 2017 15:57:46 +0000 (+0000) Subject: fix stub to accept user properly X-Git-Tag: php-7.1.2RC1~106^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef7e5e0d69975bc340635b37eb2355a1e9b882b9;p=php fix stub to accept user properly --- diff --git a/scripts/dev/gen_verify_stub b/scripts/dev/gen_verify_stub index 4d07a9dcb8..1dc3ba0cee 100755 --- a/scripts/dev/gen_verify_stub +++ b/scripts/dev/gen_verify_stub @@ -30,7 +30,7 @@ do exit 3 fi - if [ -n $GPG_USER ] + if [ "x$GPG_USER" == "x" ] then gpg --armor --detach-sign $TARBALL else