1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

Fix bug#55274

* lisp/dired-aux.el (dired-do-compress-to): Use `file-local-name'
for shell out-file.  (Bug#55274)
This commit is contained in:
Michael Albinus 2022-05-06 17:33:41 +02:00
parent 5bfac7c774
commit afdf72eeb2

View File

@ -1242,7 +1242,8 @@ and `dired-compress-files-alist'."
(when (zerop
(dired-shell-command
(format-spec (cdr rule)
`((?o . ,(shell-quote-argument out-file))
`((?o . ,(shell-quote-argument
(file-local-name out-file)))
(?i . ,(mapconcat
(lambda (in-file)
(shell-quote-argument