Skip to content

Commit

Permalink
whitespace lol
Browse files Browse the repository at this point in the history
  • Loading branch information
GeffDev committed Feb 24, 2024
1 parent b3edbb0 commit 7c04507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/decompress_gzip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
function decompress_if_gzipped() {
local file="$1"
local mime_type=$(file -b --mime-type "$file")

if [ "$mime_type" == "application/gzip" ]; then
zcat "$file" > "${file%.gz}.pvr"
echo "Decompressed $file to ${file%.gz}.pvr"
Expand Down

0 comments on commit 7c04507

Please sign in to comment.