mirror of
https://github.com/lbonn/rofi
synced 2024-11-26 13:50:27 +00: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