fix name handling in `tar-gzip'
This commit is contained in:
parent
19904cee7a
commit
ccb31f4153
|
@ -165,5 +165,6 @@
|
||||||
(cond [(regexp-match #rx"^(.*[.])(?:tar[.]gz|tgz)$"
|
(cond [(regexp-match #rx"^(.*[.])(?:tar[.]gz|tgz)$"
|
||||||
(if (path? tgz-file)
|
(if (path? tgz-file)
|
||||||
(path->string tgz-file) tgz-file))
|
(path->string tgz-file) tgz-file))
|
||||||
=> (lambda (m) (string-append (car m) "tar"))])
|
=> (lambda (m) (string-append (car m) "tar"))]
|
||||||
|
[else #f])
|
||||||
(current-seconds))))))
|
(current-seconds))))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user