1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 12:22:39 -06:00

kiss: Fix KISS_RM when blank but set

This commit is contained in:
Dylan Araps 2019-10-07 15:58:37 +03:00
parent f23c181286
commit f1762c8379
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

2
kiss
View File

@ -324,7 +324,7 @@ pkg_junk() (
# list. This works exactly like '$KISS_PATH'.
#
# shellcheck disable=2046,2086
{ IFS=:; set -- ${KISS_RM:-$rm_default}; IFS=$old_ifs; }
{ IFS=:; set -- ${KISS_RM-$rm_default}; IFS=$old_ifs; }
# Loop over each junk entry and delete it if it exists.
for junk; do