From 64f037d91e0c9296dcaef9a0ff3eb33b19a2ed34 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:38 -0800 Subject: Import Upstream version 3a5 --- manifest.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manifest.scm') diff --git a/manifest.scm b/manifest.scm index be55ea7..aa15e6e 100644 --- a/manifest.scm +++ b/manifest.scm @@ -332,10 +332,10 @@ (define (f2e feature) (define path (cdr (or (assq feature catalog) '(#f . #f)))) (define (return path) - (define path.scm (string-append path (scheme-file-suffix))) - (cond ((file-exists? path.scm) - (cons path.scm (file->exports path.scm))) - (else (slib:warn 'feature->export-alist 'path? path.scm) + (define path_scm (string-append path (scheme-file-suffix))) + (cond ((file-exists? path_scm) + (cons path_scm (file->exports path_scm))) + (else (slib:warn 'feature->export-alist 'path? path_scm) (list path)))) (cond ((not path) '()) ((symbol? path) (f2e path)) -- cgit v1.2.3