diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/ruby/texexec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/ruby/texexec.rb b/scripts/context/ruby/texexec.rb index 32c9d0ca5..c673cb46b 100644 --- a/scripts/context/ruby/texexec.rb +++ b/scripts/context/ruby/texexec.rb @@ -733,7 +733,7 @@ class Commands else n += 1 end - r << ' ' + s + r << ' ' + s.to_s end report(r) unless r.empty? end |