mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Try to make bash script work for os x.
This commit is contained in:
parent
e3f67173ff
commit
b8324f5a3f
@ -3,7 +3,7 @@
|
|||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
# execute the contents of MATRIX_EVAL if it's set
|
# execute the contents of MATRIX_EVAL if it's set
|
||||||
if [[ -v MATRIX_EVAL ]]; then
|
if [ -n "${MATRIX_EVAL+set}" ]; then
|
||||||
eval "${MATRIX_EVAL}"
|
eval "${MATRIX_EVAL}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user