Merge remote branch 'OpenCFD/master' into olesenm

Conflicts:
	bin/foamCleanPath
This commit is contained in:
Mark Olesen
2011-02-22 19:24:31 +01:00
156 changed files with 8498 additions and 919 deletions

View File

@ -97,10 +97,9 @@ do
wildcard=$1
shift
##DEBUG echo "remove>$wildcard<" 1>&2
if [ -n "$wildcard" ]
then
dirList=$(echo "$dirList" | sed -e "s@${wildcard}[^:]*:@@g")
dirList=$(echo "$dirList:" | sed -e "s@${wildcard}[^:]*:@@g")
fi
done