]> git.ipfire.org Git - thirdparty/coreutils.git/commit
cp: simplify overwrite logic
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Mar 2014 06:17:02 +0000 (23:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Mar 2014 06:18:41 +0000 (23:18 -0700)
commit7f669b40c91bda7d6d4827d20cc637dcda08c68a
treec46a108f7782c31652227cf6e1b32e100bc12047
parent4b25fdbdabce1b758e55880d0aa3947614d94c3d
cp: simplify overwrite logic

* src/copy.c (overwrite_ok): Rename from overwrite_prompt.  Invoke
yesno instead of having the caller do it; that's cleaner.  Return
bool, not void.  All callers changed.
src/copy.c