KallistiOS / kos-ports

Ported library collection for KallistiOS
Other
52 stars 33 forks source link

Fix unsupported bash for MacOS #74

Closed cepawiel closed 1 month ago

cepawiel commented 2 months ago

@DC-SWAT reported an issue on MacOS from the changes in https://github.com/KallistiOS/kos-ports/pull/69. MacOS uses an older version of bash that doesn't recognize the return keyword to exit a script. Switching to exit should resolve this issue.