agbcc/install.sh, branch master game boy advance c compiler Forgot to add installation success message. 2022-01-18T20:42:12+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2022-01-18T20:42:12+00:00 e09cbdf93d44b42e2990d838662cf5dd6579d4d5

Improvements to error messages. 2022-01-07T16:09:13+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2022-01-07T16:09:13+00:00 c19734bb7acd33e27fb28fb1ebb84b5270aac8c5

Better install.sh error messages. 2022-01-03T16:29:11+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2022-01-03T16:29:11+00:00 9f762735d7e65956861cab25bcf4f802a7c1c441

Fix indentation. 2022-01-03T16:22:32+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2022-01-03T16:22:32+00:00 1fcda818cb15f3f07dc5796f4a0ea6dccd10f95d

Add helpful error checks for common user errors. 2022-01-03T16:18:12+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2022-01-03T16:18:12+00:00 de7ccf2a4313398fb29133ad78c5547805233666

Patch get_run_time and add arm compiler to install.sh 2020-02-01T02:21:14+00:00 PikalaxALT PikalaxALT@gmail.com 2020-02-01T02:21:14+00:00 3fcbcaebaea25e36ae0f66d1f3953825518b7c9b

Remove trailing slash to fix macOS compatibility 2019-04-30T02:12:26+00:00 Emma 916253@users.noreply.github.com 2019-04-30T02:12:26+00:00 bfc767e567a142adce12a432470dfb34819a1a1b BSD utilities on macOS do not ignore trailing slashes in commands, which results in this script incorrectly copying files to /tools/agbcc, rather than the intended /tools/agbcc/include. Removing the trailing slash should prevent this from happening, and allow macOS users to use the tool as intended.
BSD utilities on macOS do not ignore trailing slashes in commands, which results in this script incorrectly copying files to /tools/agbcc, rather than the intended /tools/agbcc/include. Removing the trailing slash should prevent this from happening, and allow macOS users to use the tool as intended.
Merge pull request #8 from NieDzejkob/stop-on-error 2018-04-06T15:22:29+00:00 Marcus Huderle huderlem@gmail.com 2018-04-06T15:22:29+00:00 5203c8c1e08c8bc0f499287e60a4158ace85f0db Stop the script on the first error using the set -e command
Stop the script on the first error using the set -e command
install.sh comment 2017-12-21T05:46:45+00:00 ProjectRevoTPP projectrevotpp@hotmail.com 2017-12-21T05:46:45+00:00 d88495e3f4061a411e654c7307aa94ac8a98c94b

dont forget to be recursive 2017-12-20T21:42:22+00:00 ProjectRevoTPP projectrevotpp@hotmail.com 2017-12-20T21:42:22+00:00 cb9fdf5fbbf85a655b981902d60f0e2a786c699a