Make output of md5sum more uniform.
Change-Id: Ie706039d998f0bffb9c3baac10763c190f6c9811
This commit is contained in:
committed by
Gerrit Code Review
parent
3b460c3ea6
commit
901e88504b
@@ -44,7 +44,7 @@ cd `dirname $OUTFILE`
|
||||
$MD5 $img >$img.md5sum
|
||||
echo
|
||||
echo -e $CL_GRN"Package complete: $OUTFILE"$CL_RST
|
||||
cat $img.md5sum
|
||||
echo -e $CL_GRN"md5: $(cat $img.md5sum | awk '{ print $1 }')"$CL_RST
|
||||
echo
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user