module Mixlib::ShellOut::Unix

def should_reap?

def should_reap?
  # if we fail to fork, no child pid so nothing to reap
  @child_pid && !@reaped
end