Make distro_name work everywhere

* For MacOS, print MacOS for distro_name
* For others, print $KERNEL for distro_name
This commit is contained in:
Michael Erdely 2025-01-11 15:07:24 -05:00
parent cb7f7785c8
commit 5e766d84d5
Signed by: mike
SSH key fingerprint: SHA256:ukbnfrRMaRYlBZXENtBTyO2jLnql5AA5m+SzZCfYQe0
5 changed files with 30 additions and 18 deletions

View file

@ -1,9 +1,20 @@
# Technical Add-on for Unix and Linux
## Version 9.2.0.4
Make distro_name work everywhere
Changes:
* For MacOS, print MacOS for distro_name
* For others, print $KERNEL for distro_name
## Version 9.2.0.3
Fix bug in 9.2.0.2
Changes:
* Add code I forgot for machine_arch for Linux
* Add Makefile to make making releases easier