Skip to content

Commit 85b4441

Browse files
committed
* lisp/net/tramp-adb.el (tramp-adb-prompt): Remove repetition of expression
matching an empty string.
1 parent d3385c9 commit 85b4441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/net/tramp-adb.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ It is used for TCP/IP devices."
5353
"When this method name is used, forward all calls to Android Debug Bridge.")
5454

5555
(defcustom tramp-adb-prompt
56-
"^[[:digit:]]*|?\\(?:[[:alnum:]\e;[]*@?[[:alnum:]]*[^#\\$]*\\)?[#\\$][[:space:]]"
56+
"^[[:digit:]]*|?[[:alnum:]\e;[]*@?[[:alnum:]]*[^#\\$]*[#\\$][[:space:]]"
5757
"Regexp used as prompt in almquist shell."
5858
:type 'string
5959
:version "24.4"

0 commit comments

Comments
 (0)