Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored May 1, 2023
1 parent c8d15de commit db180d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/buildrpms
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ do
prevJ="$j"
i="$nextI"
j="$nextJ"
k=$((k+1))
k=$((k+1)) # Must happen before the first `continue`
if ! file -b --mime-type "$i" | egrep -q '^text/|^application/' # Maybe also `file -bi "$i"`, but test may need to be omitted due to
then continue # https://pubs.opengroup.org/onlinepubs/9699919799/utilities/file.html#tag_20_46_04
fi
Expand Down

0 comments on commit db180d8

Please # to comment.