--- freem/src/mumps.c 2025/03/09 19:50:47 1.4 +++ freem/src/mumps.c 2025/03/22 21:44:32 1.5 @@ -1,5 +1,5 @@ /* - * $Id: mumps.c,v 1.4 2025/03/09 19:50:47 snw Exp $ + * $Id: mumps.c,v 1.5 2025/03/22 21:44:32 snw Exp $ * main module of freem * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: mumps.c,v $ + * Revision 1.5 2025/03/22 21:44:32 snw + * Make the startup messages fewer and add environment name to direct-mode prompt + * * Revision 1.4 2025/03/09 19:50:47 snw * Second phase of REUSE compliance and header reformat * @@ -884,10 +887,11 @@ int main (int argc, char **argv, char ** snprintf (version, 255, "Copyright (C) 2014, 2020, 2021, 2023, 2025 Coherent Logic Development LLC\r\n\r\n\201"); write_m (version); + /* printf ("Environment: \t%s\r\n", shm_env); printf ("Environment Daemon:\tPID %d\r\n", shm_config->hdr->first_process); printf ("Interpreter Process:\tPID %d\r\n", pid); - + */ } else {