scripts: Replaced 'cp -r' with the POSIX compliant 'cp -R'
This commit is contained in:
@ -6,7 +6,7 @@ application=$(getApplication)
|
||||
|
||||
runApplication blockMesh
|
||||
|
||||
cp -r 0.orig 0
|
||||
cp -R 0.orig 0
|
||||
|
||||
# Create 1D and 3D baffles
|
||||
runApplication createBaffles -overwrite
|
||||
|
||||
Reference in New Issue
Block a user