Skip to content

Commit

Permalink
#4660 fix syntax error with a missing space in a ]
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed Dec 31, 2018
1 parent cf2105b commit e44c60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/osx/travis-build-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sudo rm -rf /opt/X11*
export LIBRARY_PATH=/usr/local/lib

# One Wx test fails on 10.12; seems harmless
if [ $TRAVIS_OSX_IMAGE == 'xcode9.2']; then
if [ $TRAVIS_OSX_IMAGE == 'xcode9.2' ]; then
cpanm --local-lib local-lib -f Wx
fi

Expand Down

0 comments on commit e44c60b

Please sign in to comment.