Otherwise the expression fails on architectures that don'T have WM_ARCH_BASE defined

--HG--
branch : macMerge
This commit is contained in:
openfoam-maintainance 2010-10-06 11:12:35 +02:00
parent b02d2dcc98
commit d9e19f3475

View file

@ -70,7 +70,7 @@ if [ "$PYTHONPATH" ]; then
else
export PYTHONPATH=$ParaView_DIR/Utilities/VTKPythonWrapping
fi
if [ $WM_ARCH_BASE = "darwin" ]
if [ "$WM_ARCH_BASE" = "darwin" ]
then
export PYTHONPATH=$PYTHONPATH:$ParaView_DIR/bin
fi