no-op cleanup

This commit is contained in:
pho4cexa 2022-12-07 16:17:49 -08:00 committed by m455
parent 3833395a2c
commit 0b86b0022e

View file

@ -161,10 +161,9 @@ string-block
(lambda () (display-source-html source-file)))
(case (string->symbol (or (pathname-extension source-file) ""))
((jpg jpeg png gif webp webm svg apng avif svgz ico)
(system (format "git-show HEAD:~a > ~a "
(system (format "git show HEAD:~a > ~a"
source-file
(make-pathname html-repo-path source-file)
)))))
(make-pathname html-repo-path source-file))))))
source-files-list)))
(define (bail . args)