From 3733eeacab0f60fc48f076fec695becb2d7af16d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 10 Jun 2020 10:28:53 +0300 Subject: [PATCH] kiss: Minor clean up --- kiss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kiss b/kiss index 857a4f9..b836d10 100755 --- a/kiss +++ b/kiss @@ -144,9 +144,7 @@ pkg_find() { # Both counts of word-splitting are intentional here. Firstly to split # the repositories and secondly to allow for the query to be a glob. # shellcheck disable=2086 - for path in $KISS_PATH "${what:-$sys_db}"; do - set +f - + for path in $KISS_PATH "${what:-$sys_db}"; do set +f for path2 in "$path/"$query; do test "${what:--d}" "$path2" && set -f -- "$@" "$path2" done