Skip to content

Commit

Permalink
Merge pull request #89 from unclejack/quote_less
Browse files Browse the repository at this point in the history
scripts/release.sh: fix script by removing quotes
  • Loading branch information
unclejack authored Mar 30, 2017
2 parents 6bab068 + 1efee33 commit a20432f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
cd -P -- "$(dirname -- "$0")"

if [ -z "$BUILD_VERSION" ]; then
echo "A release requires BUILD_VERSION to be defined""
echo "A release requires BUILD_VERSION to be defined"
exit 1
fi

Expand Down

0 comments on commit a20432f

Please sign in to comment.