summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-08-19 13:17:15 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-08-19 13:17:15 +0200
commit251e296aeb66c25300b2cff1bcbfad0c30e00dbf (patch)
treea0b01636135f128e5c88bebac6464a3430b244be
parent00134b85abb276436af9b55a2ca6c8edb7a35a6e (diff)
Fix tramp multihops in helm-list-dir-external (#1598, #2080)
* helm-files.el (helm-list-dir-external): Do it.
-rw-r--r--helm-files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-files.el b/helm-files.el
index 6bc22d29..3379ab8f 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -2449,7 +2449,7 @@ transformer."
;; that we need an extra step to remove the quotes
;; at the end which impact performances.
"ls -A -1 -F -b -Q | awk -v dir=%s '{print dir $1}'"
- default-directory)
+ (shell-quote-argument default-directory))
nil t nil)
0)
(goto-char (point-min))