From: David Given Date: Sat, 1 Sep 2018 09:34:29 +0000 (+0200) Subject: Another typo fix. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f09182eb3743657a0cc9ca1cb66d3715db4828a4;p=ack.git Another typo fix. --- diff --git a/.drone.yml b/.drone.yml index 8981a3896..ecbec26c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: