kiss: don't need to escape this

This commit is contained in:
Dylan Araps 2020-09-14 22:28:14 +03:00
parent 8443fc4ab9
commit 73caec34b4
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -347,7 +347,7 @@ pkg_depends() {
[ -f "$repo_dir/depends" ] &&
while read -r dep _ || [ "$dep" ]; do
case $dep in
[!\#]*)
[!#]*)
pkg_list "$dep" >/dev/null 2>&1 ||
pkg_depends "$dep"
;;