From d9e19f3475bfa561726115011e8cb586c0853a56 Mon Sep 17 00:00:00 2001 From: openfoam-maintainance Date: Wed, 6 Oct 2010 11:12:35 +0200 Subject: [PATCH] Otherwise the expression fails on architectures that don'T have WM_ARCH_BASE defined --HG-- branch : macMerge --- etc/apps/paraview3/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/apps/paraview3/bashrc b/etc/apps/paraview3/bashrc index 8427e6d80..ab339595b 100644 --- a/etc/apps/paraview3/bashrc +++ b/etc/apps/paraview3/bashrc @@ -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