From cdaeb646ac3152bcc5d634e4a9f392cfdb825694 Mon Sep 17 00:00:00 2001 From: Gamaliel Toro Date: Mon, 10 Oct 2011 23:35:51 +0200 Subject: [PATCH] - Controlling non-existing command in ruby1.9.3-HEAD --- lib/foreman/engine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman/engine.rb b/lib/foreman/engine.rb index 7ba254d..aa48b3f 100644 --- a/lib/foreman/engine.rb +++ b/lib/foreman/engine.rb @@ -96,7 +96,7 @@ private ###################################################################### end end end - rescue PTY::ChildExited, Interrupt, Errno::EIO + rescue PTY::ChildExited, Interrupt, Errno::EIO, Errno::ENOENT begin info "process exiting", process rescue Interrupt