summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/context/ruby/wwwclient.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/context/ruby/wwwclient.rb')
-rw-r--r--Master/texmf-dist/scripts/context/ruby/wwwclient.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/context/ruby/wwwclient.rb b/Master/texmf-dist/scripts/context/ruby/wwwclient.rb
index 8f5451a8dcf..d41541a095d 100644
--- a/Master/texmf-dist/scripts/context/ruby/wwwclient.rb
+++ b/Master/texmf-dist/scripts/context/ruby/wwwclient.rb
@@ -19,7 +19,7 @@
banner = ['WWWClient', 'version 1.0.0', '2003-2006', 'PRAGMA ADE/POD']
-$: << File.dirname(File.expand_path($0))
+$: << File.expand_path(File.dirname($0)) ; $: << File.join($:.last,'lib') ; $:.uniq!
require 'base/switch'
require 'base/logger'