]> Cypherpunks repositories - gostls13.git/commit
misc/ios: fix an error when getenv encounters unset variable
authorMichael Matloob <matloob@golang.org>
Mon, 2 Nov 2015 22:37:31 +0000 (17:37 -0500)
committerMichael Matloob <matloob@golang.org>
Tue, 3 Nov 2015 15:17:35 +0000 (15:17 +0000)
commit48155f5440ab4ffb2e3c31646cecb504af735ff5
tree4c2b8662df926b832499a0679f14b359417462e5
parente3e0122ae269027bfd2e2db1dbf106883ad5a8a7
misc/ios: fix an error when getenv encounters unset variable

The error message should indicate the name of the unset variable,
rather than the value. The value will alwayse be empty.

Change-Id: I6f6c165074dfce857b6523703a890d205423cd28
Reviewed-on: https://go-review.googlesource.com/16555
Reviewed-by: David Crawshaw <crawshaw@golang.org>
misc/ios/go_darwin_arm_exec.go