sort comments
svn: r3074
This commit is contained in:
parent
5a449b0911
commit
f4386a4598
|
@ -163,8 +163,8 @@
|
||||||
;; unreliable).
|
;; unreliable).
|
||||||
(let* ([version (if (pair? version) (string-append "." (car version)) "")]
|
(let* ([version (if (pair? version) (string-append "." (car version)) "")]
|
||||||
[fullpath (lambda (p) (path->complete-path (expand-path p)))]
|
[fullpath (lambda (p) (path->complete-path (expand-path p)))]
|
||||||
[absolute? (absolute-path? name)] ; orig name
|
[absolute? (absolute-path? name)]
|
||||||
[name0 (path->string (expand-path name))]
|
[name0 (path->string (expand-path name))] ; orig name
|
||||||
[name (if (regexp-match lib-suffix-re name0) ; name + suffix
|
[name (if (regexp-match lib-suffix-re name0) ; name + suffix
|
||||||
(string-append name0 version)
|
(string-append name0 version)
|
||||||
(string-append name0 "." lib-suffix version))])
|
(string-append name0 "." lib-suffix version))])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user