Fix bashism in dist script

This commit is contained in:
Jeff Mitchell 2015-12-01 12:33:59 -05:00
parent 6ad1b75caf
commit b0708b9f9b
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ if [ -z $NOSIGN ]; then
fi
# Upload
if [ ! -z $HC_RELEASE]; then
if [ ! -z $HC_RELEASE ]; then
hc-releases -upload $DIR/pkg/dist
fi