kiss: fix syntax error

This commit is contained in:
Dylan Araps 2021-07-13 23:48:03 +03:00
parent 9fe129bef7
commit 103ac9fc69
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1063,7 +1063,7 @@ file_rwx() {
[ST]*) ;;
esac
case $(("${c%?}" % 3)) in 0)
case $((${c%?} % 3)) in 0)
oct=$oct$o o=0
esac
done