diff options
-rwxr-xr-x | bin/chef-shell | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/chef-shell b/bin/chef-shell index f4e8307dd1..4d9300ebb7 100755 --- a/bin/chef-shell +++ b/bin/chef-shell @@ -31,7 +31,4 @@ $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib"))) require "chef/shell" -# On Windows only, enable irb --noreadline because of input problems -- -# See CHEF-3284. -IRB.conf[:USE_READLINE] = false if Chef::Platform.windows? Shell.start |