Another typo fix.

This commit is contained in:
David Given 2018-09-01 11:34:29 +02:00
parent 269484f64a
commit f09182eb37

View file

@ -5,7 +5,7 @@ build:
pull: true
shell: $$arch
commands:
- if [ $$arch == sh ]; then apt update; apt install build-essential bison flex; fi
- if [ $$arch = sh ]; then apt update; apt install build-essential bison flex; fi
- make PREFIX=/tmp/acki +ack
matrix: