Commit b8324f5a authored by Davis King's avatar Davis King

Try to make bash script work for os x.

parent e3f67173
......@@ -3,7 +3,7 @@
set -eux
# execute the contents of MATRIX_EVAL if it's set
if [[ -v MATRIX_EVAL ]]; then
if [ -n "${MATRIX_EVAL+set}" ]; then
eval "${MATRIX_EVAL}"
fi
......
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