Skip to content

Commit

Permalink
travis: fix unbound variable in platform.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
starius committed Dec 26, 2015
1 parent c0ab1f2 commit 8c6bba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/platform.sh
@@ -1,4 +1,4 @@
if [ -z "$PLATFORM" ]; then
if [ -z "${PLATFORM:-}" ]; then
PLATFORM=$TRAVIS_OS_NAME;
fi

Expand Down

0 comments on commit 8c6bba0

Please sign in to comment.