copypasta
This commit is contained in:
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…
Reference in New Issue