diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chef-shell | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chef-shell b/bin/chef-shell index 90598d665d..c1cd0d4873 100755 --- a/bin/chef-shell +++ b/bin/chef-shell @@ -31,4 +31,6 @@ $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib"))) require "chef/shell" +#irb --noreadline Don't use Readline extension module +IRB.conf[:USE_READLINE] = false Shell.start |