packer-cn/background_check_openbsd.go

11 lines
163 B
Go
Raw Normal View History

package main
import (
"fmt"
)
func openTTY() (packer.TTY, error) {
return false, fmt.Errorf("cannot determine if process is backgrounded in " +
"openbsd")
}