summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-02-26 08:45:29 -0800
committerMatt Wrock <matt@mattwrock.com>2016-02-26 08:45:29 -0800
commit04c71c82eb8fdfd7a272ad61a8820a7246b5db61 (patch)
tree304cf9a2c9840c58fa93d20daf0e041596c43643
parent1cf4e878bf8609fafb76fa2097feb65595aacc4f (diff)
parentfdb51ecd21616ede3964898289f889b92e49a6a1 (diff)
downloadchef-04c71c82eb8fdfd7a272ad61a8820a7246b5db61.tar.gz
Merge pull request #4635 from chef/readline
removing disabling of readline in chef-shell
-rwxr-xr-xbin/chef-shell3
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