EtchedPixels / FUZIX

FuzixOS: Because Small Is Beautiful
Other
2.13k stars 267 forks source link

z80 build script recurses #1043

Closed mjgarton closed 5 months ago

mjgarton commented 5 months ago

The first few lines of Tools/build-z80 look like this.

#!/bin/sh
(./build-z80)
#

This seems to simply call itself. I am unsure what the intended behaviour is.

See https://github.com/EtchedPixels/FUZIX/blob/master/Tools/build-z80#L2

EtchedPixels commented 5 months ago

Thanks. Should be fixed now (still doesn't check for the right sdcc fork but does run the right z80u script)