scripts: Replaced 'cp -r' with the POSIX compliant 'cp -R'
This commit is contained in:
@ -6,7 +6,7 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
./Allmesh
|
||||
|
||||
cp -rf 0.orig 0
|
||||
cp -Rf 0.orig 0
|
||||
|
||||
application=$(getApplication)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user