* autogen.sh: Port better to non-GNU 'cp'.
Problem reported by Han Boetes.
This commit is contained in:
parent
9758516441
commit
93796baeee
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue