Don't use -C internally. Use -c. For some reason files are not copied

with -C, although they should.
This commit is contained in:
Marcel Moolenaar 1999-12-15 18:08:56 +00:00
parent 6c249bacea
commit 24066d3209
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54648

View File

@ -39,4 +39,4 @@ while [ ! -z $1 ]; do
done
# the remaining arguments are assumed to be files/dirs only.
exec install -C -p $*
exec install -c -p $*