summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rwxr-xr-xtool/make-snapshot4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 9dae143a20..b040aa73f8 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -456,9 +456,9 @@ revisions.collect {|rev| package(vcs, rev, destdir, tmp)}.flatten.each do |name|
end
str = open(name, "rb") {|f| f.read}
puts "* #{$colorize.pass(name)}"
- puts " SIZE: #{str.bytesize} bytes"
+ puts " SIZE: #{str.bytesize} bytes"
$digests.each do |alg|
- printf " %-8s%s\n", "#{alg}:", Digest.const_get(alg).hexdigest(str)
+ printf " %-8s%s\n", "#{alg}:", Digest.const_get(alg).hexdigest(str)
end
end