oehrlis / oudbase

OUD base environment scripts
Apache License 2.0
6 stars 1 forks source link

OUD Templates copy verbose fail on AIX #90

Closed oehrlis closed 3 years ago

oehrlis commented 3 years ago

OUD templates do use cp -v to display whats copied. This does not work on AIX.

cp -v test test.orig
cp: Not a recognized flag: v
Usage: cp [-fhipHILPU][-d|-e] [-r|-R] [-E{force|ignore|warn}] [--] src target
   or: cp [-fhipHILPU] [-d|-e] [-r|-R] [-E{force|ignore|warn}] [--] src1 ... srcN directory
oehrlis commented 3 years ago

fixed with commit bc78439