From 854a04520d99d90686bc69c2d25c862b48178fdd Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 12 Sep 2020 17:33:55 +0300 Subject: [PATCH] kiss: set repo_dir sooner --- kiss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kiss b/kiss index eec6194..d66d7b7 100755 --- a/kiss +++ b/kiss @@ -144,6 +144,7 @@ pkg_find() { done unset IFS + repo_dir=$1 [ "$1" ] || { log "Package '$query' not in any repository" @@ -152,8 +153,6 @@ pkg_find() { [ -z "$all" ] || printf '%s\n' "$@" - - repo_dir=$1 } pkg_list() (