etalab / piaf

Question Answering annotation platform - Plateforme d'annotation
https://piaf.etalab.studio
MIT License
87 stars 19 forks source link

adding SHELL := /bin/bash plus other thingies #32

Closed psorianom closed 3 years ago

psorianom commented 3 years ago

It was not working with the shebang. I was getting this error when makefile build-statics: /bin/sh: 1: [[: not found # still calling sh

So I explicitly added with SHELL := /bin/bash and it is working :shrug: