Skip to content

Commit ef7e5e0

Browse files
committed
fix stub to accept user properly
1 parent 63e08cb commit ef7e5e0

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)