ENH: paraFoam: filter out dlclose error

This commit is contained in:
mattijs
2011-06-06 11:45:38 +01:00
parent 3d90d53230
commit 5ebf370452

View File

@ -229,7 +229,8 @@ else
echo "created temporary '$caseFile'"
}
paraview --data="$caseFile" "$@"
# For now filter out any ld.so errors. Caused by non-system compiler?
paraview --data="$caseFile" "$@" 2>&1 | fgrep -v 'Inconsistency detected by ld.so'
fi