X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fruntime.c;h=ab619517738c6eab6f77e486e161d555901beb07;hb=cf0b72cd4052a09b9a305081524bd44e2948c1e5;hp=f2b52d6765955b8d3e32260b8d3a45d8980381a1;hpb=b71853ba2228aae847de00da7fac9b9b89de8653;p=sbcl.git diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index f2b52d6..ab61951 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -376,7 +376,7 @@ main(int argc, char *argv[], char *envp[]) free(copied_core); } - if (!noinform) { + if (!noinform && embedded_core_offset == 0) { print_banner(); fflush(stdout); }