]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp-sh.el (tramp-get-ls-command-with): Fix typo.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 23 Jun 2018 08:18:55 +0000 (10:18 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 23 Jun 2018 08:18:55 +0000 (10:18 +0200)
lisp/net/tramp-sh.el

index 9bedce78c8c14ca006ee3de97de0327af616c8ca..63b39a0378e7bd168aa074fcafb895182566c1cf 100644 (file)
@@ -5359,7 +5359,7 @@ Nonexistent directories are removed from spec."
       (tramp-send-command-and-check
        vec
        (format
-       "%s ls --help 2>&1 | grep -iq busybox" (tramp-get-ls-command vec))))
+       "%s --help 2>&1 | grep -iq busybox" (tramp-get-ls-command vec))))
      (tramp-send-command-and-check
       vec (format "%s %s -al /dev/null" (tramp-get-ls-command vec) option))
      option)))