Commit 5e481c97 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #637 from lameiro/master

Specify /bin/bash for the Makefile, as some distros may have other shells as /bin/sh
parents bb279bba 838e0ac9
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