sources: support blank lines

This commit is contained in:
Dylan Araps 2020-02-14 18:08:00 +02:00
parent 8f88aa56fd
commit 9bb2c8bee1
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -238,8 +238,8 @@ pkg_extract() {
die "Commit hash ${src##*#} doesn't exist"
;;
# Git repository or comment.
git+*|\#*) continue ;;
# Git repository, comment or blank line.
git+*|\#*|'') continue ;;
# Only 'tar' archives are currently supported for extraction.
# Any other file-types are simply copied to '$mak_dir' which