diff options
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -333,7 +333,7 @@ pkg_junk() ( # uneeded should be removed regardless. # # shellcheck disable=2046,2086 - { IFS=:; set -- ${KISS_RM-$rm:usr/lib/charset.alias}; IFS=$old_ifs; } + { IFS=:; set -- ${KISS_RM:-$rm} usr/lib/charset.alias; IFS=$old_ifs; } # Loop over each junk entry and delete it if it exists. for junk; do |