Minor comptime refactoring.
The two big things:
- Made it so
comptime.bat
andcomptime.sh
can never fail your compilation (but will still nag you about it) - Refactored
comptime.sh
to conform to POSIX and have generally higher code quality.- Conforming to POSIX makes the script portable to more *nix systems.