mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-14 00:17:33 +02:00
tar-extract should use create-directory*
This commit is contained in:
parent
b4961ee70d
commit
91ba422430
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
|||
(close-output-port out)))
|
||||
((#\1) (link-file (rename (tar-link-name tar)) path))
|
||||
((#\2) (symbolic-link-file (rename (tar-link-name tar)) path))
|
||||
((#\5) (create-directory path (tar-mode tar)))
|
||||
((#\5) (create-directory* path (tar-mode tar)))
|
||||
((#\g #\x)) ;; meta data
|
||||
((#\3 #\4 #\6) (error "devices not supported" (tar-type tar)))
|
||||
(else (error "invalid tar type" (tar-type tar)))))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue