X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/10427eb21d77a0edeb2f17e434515b91b420cdfb..2fb0f2a61ed61747f7b8c206849dadc41079e850:/runlisp.c diff --git a/runlisp.c b/runlisp.c index b2708d7..65741ad 100644 --- a/runlisp.c +++ b/runlisp.c @@ -495,11 +495,10 @@ int main(int argc, char *argv[]) /* If we're in eval mode, then find the `eval.lisp' script. */ if (!script) - script = config_subst_string_alloc - (&config, common, "", - "${@ENV:RUNLISP_EVAL?" - "${@CONFIG:eval-script?" - "${@data-dir}/eval.lisp}}"); + script = config_subst_string_alloc(&config, common, "", + "${@ENV:RUNLISP_EVAL?" + "${@CONFIG:eval-script?" + "${@data-dir}/eval.lisp}}"); /* We now have the script name, so publish it for `uiop'. *