forked from kiss-community/kiss
sources: support blank lines
This commit is contained in:
parent
8f88aa56fd
commit
9bb2c8bee1
4
kiss
4
kiss
@ -238,8 +238,8 @@ pkg_extract() {
|
|||||||
die "Commit hash ${src##*#} doesn't exist"
|
die "Commit hash ${src##*#} doesn't exist"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# Git repository or comment.
|
# Git repository, comment or blank line.
|
||||||
git+*|\#*) continue ;;
|
git+*|\#*|'') continue ;;
|
||||||
|
|
||||||
# Only 'tar' archives are currently supported for extraction.
|
# Only 'tar' archives are currently supported for extraction.
|
||||||
# Any other file-types are simply copied to '$mak_dir' which
|
# Any other file-types are simply copied to '$mak_dir' which
|
||||||
|
Loading…
Reference in New Issue
Block a user