@ -4,7 +4,7 @@ import (
"fmt"
)
func openTTY() (packer.TTY, error) {
func checkProcess(currentPID int) (bool, error) {
return false, fmt.Errorf("cannot determine if process is backgrounded in " +
"openbsd")
}