kiss: Fix arg bug

This commit is contained in:
Dylan Araps 2020-01-30 11:24:59 +02:00
parent 23910b4bd6
commit 33dd6848a0
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -1123,8 +1123,8 @@ args() {
*)
case $@ in
*'*'*|*'!'*|*'['*|*']'*|*' '*)
die "Arguments contain invalid characters: '!*[] '"
*'*'*|*'!'*|*'['*|*']'*)
die "Arguments contain invalid characters: '!*[]'"
;;
esac
esac