add / separator to pathnames
This commit is contained in:
parent
d88a8b9e9e
commit
b5cead5760
@ -482,7 +482,7 @@
|
||||
'())
|
||||
(#t
|
||||
(simple-format #t "myth-clean-recording-directory: removing transcoded files\n~a\n" (string-join expired-recordings ","))
|
||||
(let ((cmd (simple-format #f "~a ~a" shell-cmd (string-join (map (lambda(s) (string-concatenate (list recordings-directory s))) expired-recordings) " "))))
|
||||
(let ((cmd (simple-format #f "~a ~a" shell-cmd (string-join (map (lambda(s) (string-concatenate (list recordings-directory "/" s))) expired-recordings) " "))))
|
||||
(catch 'error-in-shell-command-to-string
|
||||
;; thunk - return expired-recordings list
|
||||
(lambda ()
|
||||
|
Loading…
Reference in New Issue
Block a user