kiss-maintainer: quote for shellcheck (#76)

This commit is contained in:
aabacchus 2022-09-23 19:55:50 +01:00 committed by GitHub
parent 154dada0df
commit b815b07b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Use the current directory as the package name if no package is given.
[ "$1" ] || {
export KISS_PATH=${PWD%/*}:$KISS_PATH
export KISS_PATH="${PWD%/*}:$KISS_PATH"
set -- "${PWD##*/}"
}