From dc2d7ec88f352da94924402cf1ae5f7e09415c54 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Fri, 14 Feb 2020 16:07:59 +0000 Subject: sources: support blank lines FossilOrigin-Name: 734853e7ef97d2f5b516e279ebab0c6828ad858bdf60b99800a8bddb30d7508f --- kiss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiss b/kiss index 3a11208..262e3e1 100755 --- a/kiss +++ b/kiss @@ -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 -- cgit v1.2.3