From ded58b23f92db91a38e375edf5cf216bcdcb6cdf Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 5 Aug 2013 15:18:11 +0100 Subject: [PATCH] foamCleanPath: Change sed separator to : to support directory names with @ --- bin/foamCleanPath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/foamCleanPath b/bin/foamCleanPath index 85b93f8f57..1a441400cf 100755 --- a/bin/foamCleanPath +++ b/bin/foamCleanPath @@ -126,7 +126,7 @@ do if [ -e "$dir" ] then #- no duplicate dirs - duplicate=$(echo " $dirList " | sed -ne "s@ $dir @DUP@p") + duplicate=$(echo " $dirList " | sed -ne "s: $dir :DUP:p") if [ ! "$duplicate" ] then