lunks_rghost 0.8.7.6 → 0.8.7.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rghost/ruby_ghost_engine.rb +2 -2
- metadata +1 -1
@@ -49,9 +49,9 @@ class RGhost::Engine
|
|
49
49
|
params << "-dFirstPage=#{@options[:range].first}"
|
50
50
|
params << "-dLastPage=#{@options[:range].last}"
|
51
51
|
end
|
52
|
-
params << "-sstdout=#{file_err}"
|
52
|
+
params << "-sstdout=#{shellescape(file_err)}"
|
53
53
|
params << @options[:raw] if @options[:raw]
|
54
|
-
params << "-sOutputFile=#{file_out}"
|
54
|
+
params << "-sOutputFile=#{shellescape(file_out)}"
|
55
55
|
|
56
56
|
|
57
57
|
case @document
|