]> Cypherpunks repositories - gostls13.git/commit
misc/ios: remove note from output of detect.go
authorElias Naur <elias.naur@gmail.com>
Wed, 24 Oct 2018 13:27:35 +0000 (15:27 +0200)
committerElias Naur <elias.naur@gmail.com>
Wed, 24 Oct 2018 15:33:31 +0000 (15:33 +0000)
commit5dc2e2f7c44a0b33dc34f5e47d9ca095d331c87b
treecac92d91f786bcd192104bea87dfaaee1888398e
parent536a7d6712933255a3bafe946f199aa809f4b1e0
misc/ios: remove note from output of detect.go

If no GOIOS_DEV_ID is set, iostest.bash will eval the output of
detect.go. Prepend the note output by detect.go with # to make
the shell ignore it.

Went undetected for so long because the iOS builders usually run
with GOIOS_DEV_ID set.

Change-Id: I308eac94803851620ca91593f9a1aef79825187f
Reviewed-on: https://go-review.googlesource.com/c/144109
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
misc/ios/detect.go