foamNewBC: correction to character match in sed
Thanks to Daisuke Hitomi for the change
This commit is contained in:
parent
a356adbfd8
commit
ac6f881502
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ do
|
|||
sed -i \
|
||||
-e '/^template<class Type>$/d' \
|
||||
-e 's/this->//g' \
|
||||
-e 's/\.template[\t ]*\([a-Z]\)/\.\1/g' \
|
||||
-e 's/\.template[\t ]*\([a-zA-Z]\)/\.\1/g' \
|
||||
-e '/#ifdef NoRepository/,/\/\/ */d' \
|
||||
"${name}/${new_file}"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue