We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3385c9 commit 85b4441Copy full SHA for 85b4441
lisp/net/tramp-adb.el
@@ -53,7 +53,7 @@ It is used for TCP/IP devices."
53
"When this method name is used, forward all calls to Android Debug Bridge.")
54
55
(defcustom tramp-adb-prompt
56
- "^[[:digit:]]*|?\\(?:[[:alnum:]\e;[]*@?[[:alnum:]]*[^#\\$]*\\)?[#\\$][[:space:]]"
+ "^[[:digit:]]*|?[[:alnum:]\e;[]*@?[[:alnum:]]*[^#\\$]*[#\\$][[:space:]]"
57
"Regexp used as prompt in almquist shell."
58
:type 'string
59
:version "24.4"
0 commit comments