Commit 838e0ac9 authored by Leandro Lameiro's avatar Leandro Lameiro

Specify /bin/bash for the Makefile, as some distros may have other shells (eg,...

Specify /bin/bash for the Makefile, as some distros may have other shells (eg, ubuntu image for docker has /bin/dash)
parent bb279bba
SHELL := /bin/bash
# prints variables for debugging
print-%: ; @echo $($*)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment