mirror of
https://github.com/frida/tinycc
synced 2025-02-10 04:14:02 +03:00
![Thomas Preud'homme](/assets/img/avatar_default.png)
configure and gcctestsuite.sh shell scripts contains bashisms although being bourne shell script. This patch fixes the following bashisms: * Use of $RANDOM variable (replaced by reading in /dev/urandom) * Use == in tests instead of just = * Use $[] for arithmetic computation istead of $(())