From 50d48fcfc889361483af53d14f69d38457c2fe2d Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 20 Jun 2008 23:39:45 +0000 Subject: * tool/make-snapshot: fixed digets. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ tool/make-snapshot | 13 ++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c87dfba5e..6a781eb52e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Jun 21 08:39:43 2008 Nobuyoshi Nakada + + * tool/make-snapshot: fixed digets. + Sat Jun 21 04:36:59 2008 Yukihiro Matsumoto * ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi): diff --git a/tool/make-snapshot b/tool/make-snapshot index 81b3b03b70..1941d7571a 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -1,6 +1,6 @@ #!/bin/bash -nLC_ALL=C LANG=C +LC_ALL=C LANG=C SVNURL=http://svn.ruby-lang.org/repos/ruby export LC_ALL LANG : ${VPATH=include/ruby} ${YACC=bison} ${BASERUBY=ruby} ${RUBY=ruby} ${MV=mv} ${MINIRUBY=ruby} @@ -92,15 +92,14 @@ for rev; do done rm -fr $v done -for file in $files; do - ${BASERUBY} -r digest/md5 -r digest/sha2 <