1
mirror of https://github.com/rclone/rclone synced 2024-11-25 02:47:14 +01:00

Revise list of OSes which can redirect stderr - fixes #698

This commit is contained in:
Nick Craig-Wood 2016-09-19 17:13:41 +01:00
parent e19ba47875
commit bfe6f299d0
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// Log the panic under unix to the log file
// +build darwin dragonfly freebsd linux nacl netbsd openbsd
// +build !windows,!solaris,!plan9
package cmd

View File

@ -17,7 +17,8 @@ rm -rf build
export CGO_ENABLED=0
# Arch pairs we build for
# gox -osarch-list for definitive list
# gox -osarch-list - for definitive list
# go tool dist list - or this
OSARCH="\
windows/386