mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
FreeBSD sed: ensure that a "-e" option immediately follows "-i"
This commit is contained in:
@ -9,7 +9,7 @@ application=`getApplication`
|
||||
|
||||
runApplication star3ToFoam prostar/nacaAirfoil
|
||||
|
||||
sed -i 's/symmetry\([)]*;\)/empty\1/' constant/polyMesh/boundary
|
||||
sed -i -e 's/symmetry\([)]*;\)/empty\1/' constant/polyMesh/boundary
|
||||
|
||||
runApplication $application
|
||||
|
||||
|
||||
Reference in New Issue
Block a user