Skip to content

Commit

Permalink
Attempt to fix merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
npjg committed Jul 30, 2024
1 parent 3604810 commit 0886716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/GetFileHashesFromISO.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ done | grep -v "Not a regular file" | sed "s|$mount_point/||" | awk '{ print $2,
# This gets the hashes of all files in subdirectories.
for file in "$mount_point"/**/**; do
md5sum "$file" 2> /dev/null
done | grep -v "Not a regular file" | sed "s|$mount_point/||" | awk '{ print $2, $1 }'
done | grep -v "Not a regular file" | sed "s|$mount_point/||" | awk '{ print $2, $1 }'

0 comments on commit 0886716

Please sign in to comment.