Fix previous fix.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@477 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Will Moffat 2010-04-14 21:18:27 +00:00
parent 24a7ea91b6
commit 6be29f712c

View File

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