Otherwise the expression fails on architectures that don'T have WM_ARCH_BASE defined
--HG-- branch : macMerge
This commit is contained in:
parent
b02d2dcc98
commit
d9e19f3475
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue