SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 68ba89cf43e25746f1bdcead59a927a50c2efba9 parent 8642715a6d75520753196de96b73ada4451739a4 Author: Lior Halphon <LIJI32@gmail.com> Date: Thu, 7 Dec 2023 01:02:01 +0200 Fix unquoted realpath, fixes #572 Diffstat:
| M | Makefile | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -605,7 +605,7 @@ $(OBJ)/%.2bpp: %.png $(OBJ)/BootROMs/SameBoyLogo.pb12: $(OBJ)/BootROMs/SameBoyLogo.2bpp $(PB12_COMPRESS) -@$(MKDIR) -p $(dir $@) - $(realpath $(PB12_COMPRESS)) < $< > $@ + "$(realpath $(PB12_COMPRESS))" < $< > $@ $(PB12_COMPRESS): BootROMs/pb12.c -@$(MKDIR) -p $(dir $@)
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.