mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
fix display glitch / use entity for <
@@ -10,7 +10,7 @@
|
||||
|
||||
```sh
|
||||
[[ 200 -lt 314 ]] # Use fixed point math
|
||||
[[ $(echo "2 < 3.14" | bc) == 1 ]] # Use bc
|
||||
[[ $(echo "2 < 3.14" | bc) == 1 ]] # Use bc
|
||||
```
|
||||
|
||||
### Rationale:
|
||||
|
Reference in New Issue
Block a user