prevent .package.files from being part of md5

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
main
Nic0Nic0Nii 3 years ago
parent c8559996ca
commit 88b8f411a5
  1. 2
      utils/md5
  2. 2
      utils/search.sh

@ -1,4 +1,4 @@
define.sh:cf246587e7509edd9283cb8e8e4b26cf -
main.sh:d3d1bd0b56d8114eb7479964227f8576 -
search.sh:248d94cca6eeb92c384e9c49c9d0f4a9 -
search.sh:722ebea1642286235eb6ac18351b3408 -
.updateDirectories:0ede00461e947494545e694040787b3f -

@ -8,7 +8,7 @@ function search() {
search $1$g/
else
echo "$1$g is a file"
if [ $g != "md5" ] && [ $g != "filelist" ]; then
if [ $g != "md5" ] && [ $g != "filelist" ] && [ $g != ".package.files" ]; then
if [ $g != ".coauthors" ] && [ $g != "version_info" ]; then
SUM=$(md5sum < $1$g)
echo "$g:$SUM" >> $1md5

Loading…
Cancel
Save