Browse Source

fix stub to accept user properly

pull/2293/head
Joe Watkins 9 years ago
parent
commit
ef7e5e0d69
No known key found for this signature in database GPG Key ID: F9BA0ADA31CBD89E
  1. 2
      scripts/dev/gen_verify_stub

2
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

Loading…
Cancel
Save