Sign in
coral
/
base-files
/
e4374309101a0e251ff6799b301c30c17b36240d
/
.
/
debian
/
check-md5sum-etc
blob: 6c582cb42984103e2f4b8f961dc1c5ce3465e3f9 [
file
] [
log
] [
blame
]
#!/bin/sh
file
=
$1
md5
=
`md5sum share/${file} | cut -f 1 -d " "`
if
!
grep
-
q
"$md5"
share
/
$
{
file
}.
md5sums
;
then
echo
Error
:
share
/
$
{
file
}.
md5sums is incomplete
.
echo
Need
to add
"$md5"
with current version
.
exit
1
fi