Skip to content

Commit

Permalink
static: shfmt
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
crazy-max authored and thaJeztah committed Jun 30, 2022
1 parent 83392c0 commit d7d5bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/hash_files
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ DIR_TO_LOOK_IN=${1:-build/linux}

for f in $(find "$DIR_TO_LOOK_IN" -type f); do
for hash_algo in md5 sha256; do
"${hash_algo}sum" "$f" >"$f.$hash_algo"
"${hash_algo}sum" "$f" > "$f.$hash_algo"
done
done

0 comments on commit d7d5bee

Please sign in to comment.