Skip to content

Commit 7948b6a

Browse files
Ian McKellarcopybara-github
authored andcommitted
[roll] Roll fuchsia [ffx][adb] Improve quote marks in message.
When I run "ffx starnix adb connect" it prints a message like: adb is connected! See https://fuchsia.dev/go/troubleshoot-adb-connect if it doesn't work. This connection's "serial number" for adb is `[fe80::affd:96dc:f632:eb68%11]:5555`. So then I type "adb -s " and copy and paste the address, complete with quotation marks because I don't want my shell to interpret the square brackets as special glob marks and the percent as referring to a job number. But I am foiled because these are forward ticks, so my shell tries to run "[fe80::affd:96dc:f632:eb68%11]:5555" in a subshell. In this CL I change the message to use normal single quote marks so that I can easily copy the address. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1235924 Original-Revision: e2e31c00a3b4346eacb785092536ac2d5376e4b2 GitOrigin-RevId: 8449f092d98b6810d413fb259792cd1cf0430082 Change-Id: I96f444d5e4eac659ce29b1411ef31e632118356a
1 parent 1ffd4b2 commit 7948b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="90db5236a4f00493fa07854f5dc93699adb5d8ee"/>
14+
revision="e2e31c00a3b4346eacb785092536ac2d5376e4b2"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)