]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp-adb.el (tramp-adb-prompt): Further simplification.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 19 Jul 2020 17:34:16 +0000 (19:34 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 19 Jul 2020 17:34:16 +0000 (19:34 +0200)
Suggested by Mattias EngdegĂ„rd <mattiase@acm.org>.

lisp/net/tramp-adb.el

index 25e4097a806fe00e1af7a124253e9f0eff9d46a6..c1eb36e340549205eb6f60be2c96d933a372a842 100644 (file)
@@ -55,7 +55,7 @@ It is used for TCP/IP devices."
   "When this method name is used, forward all calls to Android Debug Bridge.")
 
 ;;;###tramp-autoload
-(defcustom tramp-adb-prompt "^[^#\\$]*[#\\$][[:space:]]"
+(defcustom tramp-adb-prompt "^[^#$\n\r]*[#$][[:space:]]"
   "Regexp used as prompt in almquist shell."
   :type 'regexp
   :version "28.1"