Skip to content

Commit 7749d00

Browse files
authored
Fix typo
1 parent 37b4288 commit 7749d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests-ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cp ./bin/linuxdeployqt linuxdeployqt.AppDir/usr/bin/
1515
cp -r /usr/local/lib/appimagekit linuxdeployqt.AppDir/usr/lib/
1616
find linuxdeployqt.AppDir/
1717
export VERSION=continuous
18-
[ if ! -z $TRAVIS_TAG ] ; then export VERSION=$TRAVIS_TAG ; fi
18+
if [ ! -z $TRAVIS_TAG ] ; then export VERSION=$TRAVIS_TAG ; fi
1919
./bin/linuxdeployqt linuxdeployqt.AppDir/usr/bin/desktop-file-validate -verbose=3 -bundle-non-qt-libs
2020
./bin/linuxdeployqt linuxdeployqt.AppDir/linuxdeployqt.desktop -verbose=3 -appimage
2121
ls -lh

0 commit comments

Comments
 (0)