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 --- tool/make-snapshot | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'tool') 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 <