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

remove typos

This commit is contained in:
Stefan Lankes 2017-01-18 16:17:28 +01:00
parent 06a1b2307f
commit cd10edcd0a

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" = "prodcution" ]
if [ $TRAVIS_BRANCH = "prodcution" ]
then
echo "No tests on production branch"
else