]> diplodocus.org Git - nmh/blobdiff - uip/mhstoresbr.c
Newer versions of Automake want to include the test-driver script,
[nmh] / uip / mhstoresbr.c
index 62b2f4afa72cac556bbf3b89a7db9b4bba85480c..62a5ba43b19fa43e7125a0254545ad0b4d1f9ef2 100644 (file)
@@ -1285,7 +1285,7 @@ clobber_check (char *original_file, mhstoreinfo_t info) {
           if (isatty (fileno (stdin))) {
             char *prompt =
               concat ("Overwrite \"", file, "\" [y/n/rename]? ", NULL);
-            ans = getans (prompt, answer);
+            ans = read_switch_multiword (prompt, answer);
             free (prompt);
           } else {
             /* Overwrite, that's what nmh used to do.  And warn. */