mirror of https://github.com/apache/maven.git
o adding little fixes supplied by bayard from osjava.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162702 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee13377019
commit
cc17d28398
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
for i in `find -regex '.*\.jar\|.*\.pom'`
|
||||
do
|
||||
md5sum $i | sed 's/ .*$//' > $i.md5
|
||||
chown --reference $i $i.md5
|
||||
done
|
||||
|
Loading…
Reference in New Issue