X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/880ff2a4f8f33fede426b21858dda31b58ffd27a..6648309573e82f1e4c6f441dcd616b59b8eaad71:/uip/install-mh.c diff --git a/uip/install-mh.c b/uip/install-mh.c index b3271159..93f52f5a 100644 --- a/uip/install-mh.c +++ b/uip/install-mh.c @@ -223,6 +223,10 @@ query: puts ("\nPlease see the nmh(7) man page for an introduction to nmh.\n"); print_intro (stdout, FALSE); + /* Initialize the saved nmh version. The Path profile entry was added + above, that's all this needs. */ + (void) nmh_version_changed (); + done (0); return 1; }