Commit 523ecd6b authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #1072 from tony/remove-bashisms

Switch to /usr/bin/env sh for portability
parents 2e19356a 348ca12f
SHELL := /bin/bash
SHELL := /usr/bin/env sh
# 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