debrouxl / gcc4ti

GCC4TI is a complete and mature GPL SDK for the TI-89, TI-89T, TI-92+ and TI-V200 (collectively known as TI-68k) calculators in the C and ASM languages.
https://github.com/debrouxl/gcc4ti
Other
86 stars 16 forks source link

Install steps check for PREFIX_GCC4TI before running #8

Open TC01 opened 8 years ago

TC01 commented 8 years ago

This fixes the potential issue discussed in #ti that if someone tries to run the install scripts directly, there's no check that PREFIX_GCC4TI is defined and some commands (like rm) are unsafe.

I made these changes and tested them some weeks ago, but forgot to push them until just now.

debrouxl commented 4 years ago

I had integrated a version of your patch with one fewer empty line, which created a conflict with this PR. As it stands, it can be closed :)