forked from kiss-community/kiss
kiss; Remove unneeded check
This commit is contained in:
parent
70ffebbedc
commit
320dcb99ae
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 || [ "$pro" ]; do
|
while IFS=: read -r pro 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