Commit 348ca12f authored by Tony Narlock's avatar Tony Narlock

Switch to /bin/sh for portability

See also: #1069
parent a32e3a41
SHELL := /bin/bash SHELL := /usr/bin/env sh
# prints variables for debugging # prints variables for debugging
print-%: ; @echo $($*) 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