diff options
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r-- | coreutils/mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c index aeafd1e40..6e11197a1 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c | |||
@@ -101,7 +101,7 @@ int mv_main(int argc, char **argv) | |||
101 | if (fprintf(stderr, "mv: overwrite '%s'? ", dest) < 0) { | 101 | if (fprintf(stderr, "mv: overwrite '%s'? ", dest) < 0) { |
102 | goto RET_1; /* Ouch! fprintf failed! */ | 102 | goto RET_1; /* Ouch! fprintf failed! */ |
103 | } | 103 | } |
104 | if (!bb_ask_confirmation()) { | 104 | if (!bb_ask_y_confirmation()) { |
105 | goto RET_0; | 105 | goto RET_0; |
106 | } | 106 | } |
107 | } | 107 | } |