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