forked from kiss-community/kiss
kiss: Fix shellcheck
This commit is contained in:
parent
320dcb99ae
commit
148232f2d0
2
kiss
2
kiss
@ -767,7 +767,7 @@ pkg_conflicts() {
|
|||||||
# this work.
|
# this work.
|
||||||
#
|
#
|
||||||
# Pretty nifty huh?
|
# Pretty nifty huh?
|
||||||
while IFS=: read -r pro con; do
|
while IFS=: read -r _ con; do
|
||||||
log "$p_name" "Found conflict ($con), adding choice"
|
log "$p_name" "Found conflict ($con), adding choice"
|
||||||
|
|
||||||
# Create the "choices" directory inside of the tarball.
|
# Create the "choices" directory inside of the tarball.
|
||||||
|
Loading…
Reference in New Issue
Block a user