summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Walters <cw@opscode.com>2010-06-23 13:23:15 -0700
committerChris Walters <cw@opscode.com>2010-06-23 13:23:15 -0700
commite103a2b6d14beb50788e66d027a475e051f92619 (patch)
tree0ab98bad3403e8c5547f368a54ea93077c936d80
parentf92d3025243d4090c79628244a74f55153ed2a38 (diff)
downloadchef-e103a2b6d14beb50788e66d027a475e051f92619.tar.gz
Adding deps to Chef::ShellOut
-rw-r--r--chef/lib/chef/shell_out.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/chef/lib/chef/shell_out.rb b/chef/lib/chef/shell_out.rb
index 7ecfb78cd9..32cf7d509c 100644
--- a/chef/lib/chef/shell_out.rb
+++ b/chef/lib/chef/shell_out.rb
@@ -19,6 +19,8 @@
require 'etc'
require 'tmpdir'
require 'chef/log'
+require 'fcntl'
+require 'chef/exceptions'
class Chef