aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2018-06-23 10:18:55 +0200
committerMichael Albinus2018-06-23 10:18:55 +0200
commit4df361557c3f1b4039fa59d23cd1ed66c2ca5b1c (patch)
tree04ee27eb2b2b417677b26f614b1de9c59b26d8e3
parent6ffc6a698f5d425e402c35010394cdb17d8888ce (diff)
downloademacs-4df361557c3f1b4039fa59d23cd1ed66c2ca5b1c.tar.gz
emacs-4df361557c3f1b4039fa59d23cd1ed66c2ca5b1c.zip
* lisp/net/tramp-sh.el (tramp-get-ls-command-with): Fix typo.
-rw-r--r--lisp/net/tramp-sh.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 9bedce78c8c..63b39a0378e 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -5359,7 +5359,7 @@ Nonexistent directories are removed from spec."
5359 (tramp-send-command-and-check 5359 (tramp-send-command-and-check
5360 vec 5360 vec
5361 (format 5361 (format
5362 "%s ls --help 2>&1 | grep -iq busybox" (tramp-get-ls-command vec)))) 5362 "%s --help 2>&1 | grep -iq busybox" (tramp-get-ls-command vec))))
5363 (tramp-send-command-and-check 5363 (tramp-send-command-and-check
5364 vec (format "%s %s -al /dev/null" (tramp-get-ls-command vec) option)) 5364 vec (format "%s %s -al /dev/null" (tramp-get-ls-command vec) option))
5365 option))) 5365 option)))