mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
FreeBSD sed: ensure that a "-e" option immediately follows "-i"
This commit is contained in:
@ -30,7 +30,7 @@ rm -rf system/wallFilmRegion
|
||||
cp -r system/wallFilmRegion.org system/wallFilmRegion
|
||||
|
||||
find ./0 -maxdepth 1 -type f -exec \
|
||||
sed -i "s/wallFilm/\"(region0_to.*)\"/g" {} \;
|
||||
sed -i -e "s/wallFilm/\"(region0_to.*)\"/g" {} \;
|
||||
|
||||
paraFoam -touch
|
||||
paraFoam -touch -region wallFilmRegion
|
||||
|
||||
Reference in New Issue
Block a user