We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b2144 commit 466cdfdCopy full SHA for 466cdfd
bin/chef-shell
@@ -33,5 +33,5 @@ require "chef/shell"
33
34
# On Windows only, enable irb --noreadline because of input problems --
35
# See CHEF-3284.
36
-IRB.conf[:USE_READLINE] = false if RUBY_PLATFORM =~ /mswin|mingw|windows/
+IRB.conf[:USE_READLINE] = false if Chef::Platform::windows?
37
Shell.start
0 commit comments