Skip to content

Commit

Permalink
kiss: fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
aabacchus committed Sep 27, 2024
1 parent 562577e commit 24abdc7
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 @@ -2056,7 +2056,7 @@ args() {
# which call the package manager do not increment the value
# further than the parent instance.
pkg_find "kiss-$action*" "" -x "$PATH"
_KISS_LVL=0 KISS_PID= "$repo_dir" "$@"
_KISS_LVL=0 KISS_PID='' "$repo_dir" "$@"
;;
esac
}
Expand Down

0 comments on commit 24abdc7

Please sign in to comment.