mirror of https://github.com/apache/maven.git
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:
parent
b4d9f55274
commit
2d277b04a0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue