* autogen.sh: Port better to non-GNU 'cp'.

Problem reported by Han Boetes.
This commit is contained in:
Paul Eggert 2014-12-31 07:15:09 -08:00
parent 9758516441
commit 93796baeee
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
* autogen.sh: Port better to non-GNU 'cp'.
Problem reported by Han Boetes.
2014-12-28 Paul Eggert <eggert@cs.ucla.edu>
* build-aux/git-hooks/commit-msg: Allow tabs.

View file

@ -229,7 +229,7 @@ if test -d .git/hooks; then
*--backup*--verbose*)
cp_options='--backup=numbered --verbose';;
*)
cp_options='';;
cp_options='-f';;
esac
if test -n "$tailored_hooks"; then