From 9bb2c8bee1563475df3942a11807e6f8d3702e34 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 14 Feb 2020 18:08:00 +0200 Subject: [PATCH] sources: support blank lines --- 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