From a2097c56ad29c182f97fa9d4d5268b8e6086ab7a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 5 Dec 2014 13:09:11 +0100 Subject: shell: Avoid __DATE__ and adjust welcome message The use of __DATE__ prevents reproducible builds. --- cpukit/libmisc/shell/shell.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit/libmisc/shell/shell.c') diff --git a/cpukit/libmisc/shell/shell.c b/cpukit/libmisc/shell/shell.c index 14d4b5f674..e7e57933a0 100644 --- a/cpukit/libmisc/shell/shell.c +++ b/cpukit/libmisc/shell/shell.c @@ -854,8 +854,7 @@ bool rtems_shell_main_loop( if (!input_file) { rtems_shell_cat_file(stdout,"/etc/motd"); fprintf(stdout, "\n" - "RTEMS SHELL (Ver.1.0-FRC):%s. " \ - __DATE__". 'help' to list commands.\n", + "RTEMS Shell on %s. Use 'help' to list commands.\n", shell_env->devname); } -- cgit v1.2.3