mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -107,7 +107,7 @@ do
|
|||||||
##DEBUG echo "remove>$wildcard<" 1>&2
|
##DEBUG echo "remove>$wildcard<" 1>&2
|
||||||
if [ -n "$wildcard" ]
|
if [ -n "$wildcard" ]
|
||||||
then
|
then
|
||||||
dirList=$(echo "$dirList:" | sed -e "s@${wildcard}[^:]*:@@g")
|
dirList=$(echo "$dirList:" | sed -e "s|${wildcard}[^:]*:||g")
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user