@@ -397,12 +397,13 @@ ;; (map print (map car (hash-table->alist (read-config "runconfigs.config" #f #t)))) (define (common:get-runconfig-targets #!key (configf #f)) (sort (map car (hash-table->alist (or configf - (read-config "runconfigs.config" - #f #t)))) + (read-config (conc *toppath* "/runconfigs.config") + #f #t) + (make-hash-table)))) string