1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

add missing double-quotes

This commit is contained in:
Stefan Lankes 2017-01-18 17:19:28 +01:00
parent 4ffd440711
commit 5e89d6ce73

View file

@ -6,7 +6,7 @@
FILES="usr/tests/hello usr/tests/hellof usr/tests/hello++ usr/tests/thr_hello usr/tests/pi usr/benchmarks/stream usr/benchmarks/basic"
PROXY=/opt/hermit/bin/proxy
if [ $TRAVIS_BRANCH == "production" ]
if [ "$TRAVIS_BRANCH" == "production" ]
then
echo "No tests on production branch"
else