summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/epspdf/epspdfrc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/epspdf/epspdfrc.rb')
-rwxr-xr-xMaster/texmf-dist/scripts/epspdf/epspdfrc.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/epspdf/epspdfrc.rb b/Master/texmf-dist/scripts/epspdf/epspdfrc.rb
index 6ee8ba6fccb..66ecdb8c1d6 100755
--- a/Master/texmf-dist/scripts/epspdf/epspdfrc.rb
+++ b/Master/texmf-dist/scripts/epspdf/epspdfrc.rb
@@ -1,4 +1,4 @@
-EPVERSION = '0.5.1'
+EPVERSION = '0.5.2'
COPYRIGHT = '2006, 2008, 2009, 2010'
# epspdf conversion utility, configuration module
@@ -25,12 +25,9 @@ COPYRIGHT = '2006, 2008, 2009, 2010'
# a stand-alone program, and
# 2. a configuration screen in epspdftk.rb.
-require 'rbconfig'
-include Config
-
# for notational convenience, we keep ARCH separate
-ARCH = case CONFIG['arch']
+ARCH = case RUBY_PLATFORM
when /win32|mingw/
'w32'
when /darwin/