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:
parent
562577e4ff
commit
24abdc7c98
2
kiss
2
kiss
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user