forked from kiss-community/kiss
kiss: unset _des in early return
This commit is contained in:
parent
c2aa4b4ab6
commit
c4d3ba4390
2
kiss
2
kiss
@ -330,7 +330,7 @@ pkg_cache() {
|
|||||||
pkg_source_resolve() {
|
pkg_source_resolve() {
|
||||||
# Given a line of input from the sources file, return an absolute
|
# Given a line of input from the sources file, return an absolute
|
||||||
# path to the source if it already exists, error if not.
|
# path to the source if it already exists, error if not.
|
||||||
ok "${2##\#*}" || { _res=; return; }
|
ok "${2##\#*}" || { unset _res _des; return; }
|
||||||
|
|
||||||
unset _des
|
unset _des
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user