tests.at: Delete spurious blank lines.
[runlisp] / runlisp-base.conf
index 297fe61..ea32156 100644 (file)
@@ -26,7 +26,7 @@
 ;; Variables are looked up starting in the home (or explicitly specified)
 ;; section, then proceeding to the parents assigned to `@PARENTS'.
 ;; (`@PARENTS' usually defaults to `@COMMON'; the parent of `@COMMON' is
-;; `@BUILTIN'; `@BUILTIN' and `@CONFIG' have no parents.)
+;; `@BUILTIN'; `@BUILTIN' and `@ENV' have no parents.)
 ;;
 ;; At top-level, the text is split into words at whitespace, unless prevented
 ;; by double- and single-quote, or escaped by `\'.  Within single quotes, all
@@ -235,8 +235,8 @@ run-script =
        $?@image{"${image-path}" -s "${@script}" |
                 ${@ENV:ECL?ecl} "${@ecl-opt}norc"
                         "${@ecl-opt}eval" "(progn
-                                           ${run-script-prelude}
-                                           ${clear-cl-user})"
+                                             ${run-script-prelude}
+                                             ${clear-cl-user})"
                         "${@ecl-opt}shell" "${@script}"}
                --