:: commit 6a3b441be47925d038ea27a497aa9e10e91df9b8

mintsuki <mintsuki@protonmail.com> — 2023-03-14 11:08

parents: ebf5c62b8b

misc: bootstrap: Fix freestanding-toolchain presence check

diff --git a/bootstrap b/bootstrap
index 0cb236aa..a02e2a13 100755
--- a/bootstrap
+++ b/bootstrap
@@ -9,7 +9,7 @@ cd "$srcdir"
 
 [ -d common/term ] || git clone https://github.com/limine-bootloader/terminal.git common/term
 [ -f common/stb/stb_image.h ] || ( curl -Lo common/stb/stb_image.h https://github.com/nothings/stb/raw/master/stb_image.h && patch -p0 < common/stb_image.patch )
-[ -d freestanding-toolchain ] || ( curl -Lo freestanding-toolchain https://github.com/mintsuki/freestanding-toolchain/raw/trunk/freestanding-toolchain && chmod +x freestanding-toolchain )
+[ -f freestanding-toolchain ] || ( curl -Lo freestanding-toolchain https://github.com/mintsuki/freestanding-toolchain/raw/trunk/freestanding-toolchain && chmod +x freestanding-toolchain )
 [ -d freestanding-headers ] || git clone https://github.com/mintsuki/freestanding-headers.git
 [ -d limine-efi ] || git clone https://github.com/limine-bootloader/limine-efi.git
 [ -d libgcc-binaries ] || git clone https://github.com/mintsuki/libgcc-binaries.git
tab: 248 wrap: offon