Fix: build on mac

git-svn-id: http://google-refine.googlecode.com/svn/trunk@475 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Will Moffat 2010-04-14 18:17:15 +00:00
parent ad1b920e0e
commit 70c6f901ac

View File

@ -87,7 +87,7 @@ load_configs() {
}
check_macosx() {
if $DARWIN ; then
if [ -z "$DARWIN" ] ; then
error "This action can only run on MacOSX"
fi
}