Skip to content

Commit

Permalink
Fix GPG_KEY in build.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed May 29, 2014
1 parent b0e8e38 commit b3312e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ prepareRelease() {
cp $TAG_FILE ${RELEASE_DIR}/
cp ${ASMACK_BASE}/CHANGELOG ${RELEASE_DIR}

if [ -n $GPG_KEY ] ; then
if [[ -n $GPG_KEY ]] ; then
find $RELEASE_DIR -maxdepth 1 -and \( -name '*.jar' -or -name '*.zip' \) -print0 \
| xargs -n 1 -0 $XARGS_ARGS gpg --local-user $GPG_KEY --detach-sign
fi
Expand Down

0 comments on commit b3312e4

Please sign in to comment.