summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-11-29 15:40:00 +0100
committerHans Hagen <pragma@wxs.nl>2012-11-29 15:40:00 +0100
commit5abd328fb72391299ce6a11315bf79f83d6b5bbf (patch)
tree8dccbb9fbb897e0bd138a8cc4adbe0ad4c274031 /scripts
parent39d7810419a445f0e4fbca24107e9399909320f6 (diff)
downloadcontext-5abd328fb72391299ce6a11315bf79f83d6b5bbf.tar.gz
beta 2012.11.29 15:40
Diffstat (limited to 'scripts')
-rw-r--r--scripts/context/ruby/texexec.rb2
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