summaryrefslogtreecommitdiff
path: root/lib/shell/command-processor.rb
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-02 17:52:43 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-02 17:52:43 +0000
commitb9d42af0f28f7957c5a086a86175a0739d251c73 (patch)
treef17b04b88d2fc053851993a778a2a061b807038d /lib/shell/command-processor.rb
parente859e668d2eb59f34ad18edb7458ce90076617e9 (diff)
lib/*: Prefer require_relative over require, remove explicit extension
[#15206] [Fix GH-1976] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/shell/command-processor.rb')
-rw-r--r--lib/shell/command-processor.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/shell/command-processor.rb b/lib/shell/command-processor.rb
index a6b55f5a89..00357e06fd 100644
--- a/lib/shell/command-processor.rb
+++ b/lib/shell/command-processor.rb
@@ -14,8 +14,8 @@ require "e2mmap"
require_relative "error"
require_relative "filter"
-require "shell/system-command"
-require "shell/builtin-command"
+require_relative "system-command"
+require_relative "builtin-command"
class Shell
# In order to execute a command on your OS, you need to define it as a