Add Linux as as requirement

This commit is contained in:
Quang-Linh LE 2014-12-10 08:54:54 +01:00
parent d43bcb9720
commit d2b7102702

View file

@ -6,7 +6,7 @@
#
# Return if requirements are not found.
if [[ "$OSTYPE" != darwin* ]]; then
if [[ "$OSTYPE" != (darwin|linux)* ]]; then
return 1
fi