bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / coreutils / mv.c
index aeafd1e40c8ce3c12b479629ba587cbf84fabbee..6e11197a1d35a926ce7e8a747220606aadfca8ef 100644 (file)
@@ -101,7 +101,7 @@ int mv_main(int argc, char **argv)
                                if (fprintf(stderr, "mv: overwrite '%s'? ", dest) < 0) {
                                        goto RET_1;  /* Ouch! fprintf failed! */
                                }
-                               if (!bb_ask_confirmation()) {
+                               if (!bb_ask_y_confirmation()) {
                                        goto RET_0;
                                }
                        }