// +build !cgo
// +build upgrade,ignore
// +build !windows
package main
var (
shellPath = "bash"
makePath = "make"
)