diff options
author | Hans Hagen <pragma@wxs.nl> | 2012-11-29 15:40:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2012-11-29 15:40:00 +0100 |
commit | 5abd328fb72391299ce6a11315bf79f83d6b5bbf (patch) | |
tree | 8dccbb9fbb897e0bd138a8cc4adbe0ad4c274031 /scripts | |
parent | 39d7810419a445f0e4fbca24107e9399909320f6 (diff) | |
download | context-5abd328fb72391299ce6a11315bf79f83d6b5bbf.tar.gz |
beta 2012.11.29 15:40
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 |