misc: typo

This commit is contained in:
Dylan Araps 2021-07-16 15:38:24 +03:00
parent bc9fb7b1b2
commit 04a795b742
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1721,7 +1721,7 @@ args() {
# When no arguments are given on the command-line, use the basename of
# the current directory as the package name and add the parent directory
# to the running process' KISS_PATH.
case $# in 0)
case ${action%%"${action#?}"}-$# in [!l]-0)
export KISS_PATH=${PWD%/*}:$KISS_PATH
set -- "${PWD##*/}"
esac