1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2025-01-02 16:10:05 -07:00

kiss: fix shellcheck

This commit is contained in:
phoebos 2024-09-27 11:43:15 +01:00
parent 562577e4ff
commit 24abdc7c98
No known key found for this signature in database

2
kiss
View File

@ -2056,7 +2056,7 @@ args() {
# which call the package manager do not increment the value # which call the package manager do not increment the value
# further than the parent instance. # further than the parent instance.
pkg_find "kiss-$action*" "" -x "$PATH" pkg_find "kiss-$action*" "" -x "$PATH"
_KISS_LVL=0 KISS_PID= "$repo_dir" "$@" _KISS_LVL=0 KISS_PID='' "$repo_dir" "$@"
;; ;;
esac esac
} }