LIJI32 / SameBoy

Game Boy and Game Boy Color emulator written in C
https://sameboy.github.io/
Other
1.64k stars 207 forks source link

sanity_tests.sh: avoid bash brace expansion #592

Closed orbea closed 6 months ago

orbea commented 7 months ago

I never noticed before that this script can be run locally. However I am using lksh (mksh) as my /bin/sh which doesn't have brace expansions, but its trivial to make this script more portable.