Skip to content

Commit ca8a37c

Browse files
crazy-maxthaJeztah
authored andcommitted
static: shfmt
Signed-off-by: CrazyMax <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent d2192e8 commit ca8a37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/hash_files

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ DIR_TO_LOOK_IN=${1:-build/linux}
66

77
for f in $(find "$DIR_TO_LOOK_IN" -type f); do
88
for hash_algo in md5 sha256; do
9-
"${hash_algo}sum" "$f" >"$f.$hash_algo"
9+
"${hash_algo}sum" "$f" > "$f.$hash_algo"
1010
done
1111
done

0 commit comments

Comments
 (0)