STYLE: apps/paraview3/bashrc-EXAMPLE to guide people with non-standard paraview

This commit is contained in:
Mark Olesen
2011-02-01 18:34:19 +01:00
parent 161991032e
commit 1129edaf53
2 changed files with 52 additions and 6 deletions

View File

@ -122,12 +122,12 @@ export WM_THIRD_PARTY_DIR=$WM_PROJECT_INST_DIR/ThirdParty-$WM_PROJECT_VERSION
# Source files, possibly with some verbosity
_foamSource()
{
while [ $# -ge 1 ]
do
[ "$FOAM_VERBOSE" -a "$PS1" ] && echo "Sourcing: $1"
. $1
shift
done
while [ $# -ge 1 ]
do
[ "$FOAM_VERBOSE" -a "$PS1" ] && echo "Sourcing: $1"
. $1
shift
done
}
# Evaluate command-line parameters