Skip to content

Commit

Permalink
add space after Description:
Browse files Browse the repository at this point in the history
  • Loading branch information
atvcaptain committed Jul 4, 2023
1 parent c0e6504 commit 71ffba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed/ipkg-make-index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for pkg in $(find . -name '*.ipk' | sort); do
if ($0 ~ "^Version:") {
printf "Version: %s\n", newver
} else if ($0 ~ "^Description:") {
printf "Filename: %s\nSize: %s\nMD5Sum: %s\nDescription:%s\n", pkgname, filesize, md5, description
printf "Filename: %s\nSize: %s\nMD5Sum: %s\nDescription: %s\n", pkgname, filesize, md5, description
} else {
print
}
Expand Down

0 comments on commit 71ffba5

Please sign in to comment.