diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-02-25 17:06:51 -0800 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-02-25 17:06:51 -0800 |
commit | fdb51ecd21616ede3964898289f889b92e49a6a1 (patch) | |
tree | 304cf9a2c9840c58fa93d20daf0e041596c43643 /bin | |
parent | 1cf4e878bf8609fafb76fa2097feb65595aacc4f (diff) | |
download | chef-fdb51ecd21616ede3964898289f889b92e49a6a1.tar.gz |
removing disabling of readline in chef-shellreadline
Diffstat (limited to 'bin')
-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 |