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

2
kiss
View File

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