@@ -395,16 +395,22 @@ res) #t)) ;; (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 (conc *toppath* "/runconfigs.config") - #f #t) - (make-hash-table)))) - stringalist + (or configf + (read-config (conc *toppath* "/runconfigs.config") + #f #t) + (make-hash-table)))) + string freespc bestsize) (begin