From 7749d00eb0dc1173f77b2029f4a37202777afa7a Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 21 Oct 2018 14:10:44 +0000 Subject: [PATCH] Fix typo --- tests/tests-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests-ci.sh b/tests/tests-ci.sh index 0cef7cc..db45428 100755 --- a/tests/tests-ci.sh +++ b/tests/tests-ci.sh @@ -15,7 +15,7 @@ cp ./bin/linuxdeployqt linuxdeployqt.AppDir/usr/bin/ cp -r /usr/local/lib/appimagekit linuxdeployqt.AppDir/usr/lib/ find linuxdeployqt.AppDir/ export VERSION=continuous -[ if ! -z $TRAVIS_TAG ] ; then export VERSION=$TRAVIS_TAG ; fi +if [ ! -z $TRAVIS_TAG ] ; then export VERSION=$TRAVIS_TAG ; fi ./bin/linuxdeployqt linuxdeployqt.AppDir/usr/bin/desktop-file-validate -verbose=3 -bundle-non-qt-libs ./bin/linuxdeployqt linuxdeployqt.AppDir/linuxdeployqt.desktop -verbose=3 -appimage ls -lh