foamCleanPath: Changed sed delimiter from '@' to '|' to allow Email addresses
Patch contributed by Bruno Santos http://bugs.openfoam.org/view.php?id=2306
This commit is contained in:
parent
13763ba6ec
commit
1685585b82
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ do
|
|||
##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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue