go-ethereum/cmd/utils
Felix Lange 25205d64d7 [release/1.4.14] cmd/utils: don't check for stderr redirect on windows
The redirect check did not work on Go 1.6 and below because Stat
returned an error for stdout and stderr. In Go 1.7 Stat works on stdout
but doesn't return anything meaningful, causing cmd/geth test failures
because the message is printed to stderr only. Fix it by printing to
stdout only.

(cherry picked from commit b04219fdbb)
2016-09-28 13:32:06 +03:00
..
bootnodes.go cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks 2015-11-27 11:06:12 +02:00
client.go [release/1.4.7] cmd/geth: codegansta/cli package renamed to urfave/cli 2016-06-14 17:11:59 +03:00
cmd.go [release/1.4.14] cmd/utils: don't check for stderr redirect on windows 2016-09-28 13:32:06 +03:00
customflags.go [release/1.4.7] cmd/geth: codegansta/cli package renamed to urfave/cli 2016-06-14 17:11:59 +03:00
customflags_test.go cmd/utils: fix path expansion on windows 2015-08-06 17:18:59 +02:00
fdlimit_freebsd.go cmd/utils: fix build on *BSD 2016-05-09 13:13:44 +02:00
fdlimit_test.go cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache 2016-03-09 10:33:39 +02:00
fdlimit_unix.go cmd/utils: fix build on *BSD 2016-05-09 13:13:44 +02:00
fdlimit_windows.go cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache 2016-03-09 10:33:39 +02:00
flags.go [release/1.4.10] cmd/utils, eth: display the user's current fork, minor text tweak 2016-07-16 14:30:09 +03:00