mirror of
https://github.com/lbonn/rofi
synced 2024-11-29 23:30: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}
|
exit ${ret}
|
||||||
fi
|
fi
|
||||||
echo "PASS"
|
echo "PASS"
|
||||||
display=$(( ${display} + 1 ))
|
display=$(( display + 1 ))
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue