Skip to content

Commit 2992f41

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: fix stub to accept user properly
2 parents 71fe529 + ef7e5e0 commit 2992f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dev/gen_verify_stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ do
3030
exit 3
3131
fi
3232

33-
if [ -n $GPG_USER ]
33+
if [ "x$GPG_USER" == "x" ]
3434
then
3535
gpg --armor --detach-sign $TARBALL
3636
else

0 commit comments

Comments
 (0)