diff options
Diffstat (limited to 'scripts/context/ruby/pstopdf.rb')
-rw-r--r-- | scripts/context/ruby/pstopdf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/ruby/pstopdf.rb b/scripts/context/ruby/pstopdf.rb index 3625f4d83..73e628df2 100644 --- a/scripts/context/ruby/pstopdf.rb +++ b/scripts/context/ruby/pstopdf.rb @@ -76,7 +76,7 @@ class Commands @commandline.arguments.each do |filename| - filename = Tool.cleanfilename(filename,@commandline) + filename = Tool.cleanfilename(filename,@commandline) # brrrr inppath = @commandline.option('inputpath') if inppath.empty? then inppath = '.' |