Add Linux as as requirement

This commit is contained in:
Quang-Linh LE 2014-12-10 08:54:54 +01:00 committed by Sorin Ionescu
parent f7ea78078f
commit 159418835f
1 changed files with 1 additions and 1 deletions

View File

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