summaryrefslogtreecommitdiff
path: root/scripts/context/ruby/graphics/inkscape.rb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/context/ruby/graphics/inkscape.rb')
-rw-r--r--scripts/context/ruby/graphics/inkscape.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/context/ruby/graphics/inkscape.rb b/scripts/context/ruby/graphics/inkscape.rb
index 8d3b26468..8f22d9b79 100644
--- a/scripts/context/ruby/graphics/inkscape.rb
+++ b/scripts/context/ruby/graphics/inkscape.rb
@@ -70,7 +70,8 @@ class InkScape
if directpdf then
report("converting #{inpfilename} to #{outfilename}")
- resultpipe = "--without-gui --export-pdf=\"#{outfilename}\" 2>#{logfile}"
+ # resultpipe = "--without-gui --export-pdf=\"#{outfilename}\" 2>#{logfile}"
+ resultpipe = "--without-gui --export-filename=\"#{outfilename}\" 2>#{logfile}"
else
report("converting #{inpfilename} to #{tmpfilename}")
resultpipe = "--without-gui --print=\">#{tmpfilename}\" 2>#{logfile}"