We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbc69c commit 9ad105eCopy full SHA for 9ad105e
1 file changed
bin/rdf
@@ -1,6 +1,7 @@
1
#!/usr/bin/env ruby
2
-$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')))
+$:.unshift(File.expand_path("../../lib", __FILE__))
3
require 'rubygems'
4
+require 'rdf'
5
6
options = RDF::CLI.options(ARGV)
7
0 commit comments