Fix some issues in shell scripts spotted by shellcheck

This commit is contained in:
Hyunjin Song
2020-03-25 14:54:23 +09:00
parent 044c88c271
commit 9c2ccdf3a8
4 changed files with 5 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ else
"$TRAVIS_BUILD_DIR/.travis/$TRAVIS_OS_NAME.$TARGET_OS.script.sh"
# Package and upload non-tagged builds
if [ ! -z "$TRAVIS_TAG" ]; then
if [ -n "$TRAVIS_TAG" ]; then
# Skip, handled by travis deploy instead
exit 0
elif [[ $TARGET_OS == win* ]]; then