mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 22:11:21 -08: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:
parent
5bfac7c774
commit
afdf72eeb2
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue