mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Script] cleanup unnecessary $ from arithmetic variables.
This commit is contained in:
parent
60fb2c19c2
commit
94ebd7e635
1 changed files with 1 additions and 1 deletions
|
@ -45,5 +45,5 @@ for test in "${tests[@]}"; do
|
|||
exit ${ret}
|
||||
fi
|
||||
echo "PASS"
|
||||
display=$(( ${display} + 1 ))
|
||||
display=$(( display + 1 ))
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue