aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/cp.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-08-01 18:15:20 -0500
committerRob Landley <rob@landley.net>2013-08-01 18:15:20 -0500
commitb56e7d509ae38bde269168f4311b51f75c547e5e (patch)
tree079ec81013c3e68c20f772270372410aa72aafcf /toys/posix/cp.c
parentb2bc38289143c52dee88ce3b0187aba091f668c6 (diff)
downloadtoybox-b56e7d509ae38bde269168f4311b51f75c547e5e.tar.gz
Need to specify bool for CP_MV_MORE config symbol to avoid warnings.
Diffstat (limited to 'toys/posix/cp.c')
-rw-r--r--toys/posix/cp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/posix/cp.c b/toys/posix/cp.c
index 3442fa25..088f224d 100644
--- a/toys/posix/cp.c
+++ b/toys/posix/cp.c
@@ -53,6 +53,7 @@ config CP_MV
-i interactive, prompt before overwriting existing DEST
config CP_MV_MORE
+ bool
default y
depends on CP_MV && CP_MORE
help