2 # This file is part of the OpenADK project. OpenADK is copyrighted
3 # material, please see the LICENCE file in the top-level directory.
5 if [ -x /usr
/bin
/md5sum ]; then
7 else if [ -x /bin
/md5sum ]; then
10 md5
"$@" |
sed 's#MD5 (\([^)]*\)) = \(.*\)#\2 \1#'