scripts: Replaced 'cp -r' with the POSIX compliant 'cp -R'
This commit is contained in:
@ -39,7 +39,7 @@ Description
|
||||
mkdir processorN
|
||||
|
||||
# Copy undecomposed polyMesh
|
||||
cp -r constant processor0
|
||||
cp -R constant processor0
|
||||
|
||||
# Distribute
|
||||
mpirun -np ddd redistributePar -parallel
|
||||
|
||||
Reference in New Issue
Block a user