foamNewBC: correction to character match in sed
Thanks to Daisuke Hitomi for the change
This commit is contained in:
@ -213,7 +213,7 @@ do
|
|||||||
sed -i \
|
sed -i \
|
||||||
-e '/^template<class Type>$/d' \
|
-e '/^template<class Type>$/d' \
|
||||||
-e 's/this->//g' \
|
-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' \
|
-e '/#ifdef NoRepository/,/\/\/ */d' \
|
||||||
"${name}/${new_file}"
|
"${name}/${new_file}"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user