Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
kiss: Fix KISS_RM issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 9, 2020
1 parent ee6fc5b commit 51fe625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51fe625

Please sign in to comment.