pull/8101/head
Megan Marsh 7 years ago
parent bf4394ee95
commit 622be96fa0

@ -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")
}

Loading…
Cancel
Save