fix command

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@349043 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-11-26 00:17:33 +00:00
parent b4d9f55274
commit 2d277b04a0
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ do
$svnlook cat -r $2 $1 $t2 >$file
sha1sum $file >$file.sha1
md5sum $file >$file.md5
chgroup maven $file $file.md5 $file.sha1
chgrp maven $file $file.md5 $file.sha1
done