]> diplodocus.org Git - nmh/blobdiff - uip/prompter.c
Sigh. Mention that we have to do both a "git push" and a "git push --tags".
[nmh] / uip / prompter.c
index b43d0c74ca592b3beeb6ec13e9bbbd6379dcf806..304c9a5d7c01b80e17fb0a718acd7bd3b914a46d 100644 (file)
@@ -358,6 +358,7 @@ getln (char *buffer, int n)
            case '\n': 
                if (quoting) {
                    *(cp - 1) = c;
+                   quoting = 0;
                    wtuser = 0;
                    return 1;
                }