kiss: Use $0 instead of hardcoding script name

This commit is contained in:
Dylan Araps 2020-07-29 17:25:25 +03:00
parent f236f3237d
commit f99fcd5309
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

@ -1360,7 +1360,7 @@ args() {
KISS_COLOR="$KISS_COLOR" \
KISS_TMPDIR="$KISS_TMPDIR" \
KISS_PID="$KISS_PID" \
kiss "$action" "$@"
"$0" "$action" "$@"
return
}