forked from kiss-community/kiss
misc: typo
This commit is contained in:
parent
bc9fb7b1b2
commit
04a795b742
2
kiss
2
kiss
@ -1721,7 +1721,7 @@ args() {
|
|||||||
# When no arguments are given on the command-line, use the basename of
|
# 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
|
# the current directory as the package name and add the parent directory
|
||||||
# to the running process' KISS_PATH.
|
# to the running process' KISS_PATH.
|
||||||
case $# in 0)
|
case ${action%%"${action#?}"}-$# in [!l]-0)
|
||||||
export KISS_PATH=${PWD%/*}:$KISS_PATH
|
export KISS_PATH=${PWD%/*}:$KISS_PATH
|
||||||
set -- "${PWD##*/}"
|
set -- "${PWD##*/}"
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user