Fix md5sum file format

This commit is contained in:
Steve McIntyre 2006-12-05 17:52:07 +00:00
parent a689886868
commit 4c83b14ad9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ case $DOJIGDO in
|| echo "`tail --bytes=26 "$file" | \
head --bytes=16 | \
od -tx1 -An | \
sed -e 's/ //g'` ${file%%.template}.iso" >> MD5SUMS
sed -e 's/ //g'` ${file%%.template}.iso" >> MD5SUMS
done
;;
*)