docs: update

This commit is contained in:
Dylan Araps 2020-05-09 18:21:13 +03:00
parent a5d963a644
commit b415d18b9e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 0 deletions

2
kiss
View File

@ -835,6 +835,8 @@ pkg_conflicts() {
while read -r file; do
case $file in */) continue; esac
# False positive.
# shellcheck disable=2031
old_PWD=$PWD file=$KISS_ROOT/${file#/}
# Attempt to resolve symlinks by using 'cd'.