From 8261c230fcd6f3f1c98c47e69b6aeff475e6a9bb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 14 Sep 2020 22:31:22 +0300 Subject: [PATCH] kiss: use continue --- kiss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiss b/kiss index 60a5313..193638b 100755 --- a/kiss +++ b/kiss @@ -671,7 +671,7 @@ pkg_checksums() { while read -r src _ || [ "$src" ]; do # Skip comments, blank lines and git sources. if [ -z "${src##\#*}" ] || [ -z "${src##git+*}" ]; then - : + continue # Remote source. elif [ -z "${src##*://*}" ]; then @@ -679,7 +679,7 @@ pkg_checksums() { # Skip directories. elif [ -d "$repo_dir/$src" ] || [ -d "/$src" ]; then - : + continue # Local file (relative). elif [ -f "$repo_dir/$src" ]; then