summaryrefslogtreecommitdiff
path: root/lib/optparse/shellwords.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/optparse/shellwords.rb')
-rw-r--r--lib/optparse/shellwords.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/optparse/shellwords.rb b/lib/optparse/shellwords.rb
index bf31701b96..4feb1993d9 100644
--- a/lib/optparse/shellwords.rb
+++ b/lib/optparse/shellwords.rb
@@ -2,6 +2,6 @@
# -*- ruby -*-
require 'shellwords'
-require 'optparse'
+require_relative '../optparse'
OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}