From 0b5981242bd2958ca7a40a03d57cfed7ec49b0a8 Mon Sep 17 00:00:00 2001 From: Kieron Morris Date: Sun, 9 Mar 2025 19:44:19 +0000 Subject: [PATCH] Intentional edit to cause build failure - Intentional edit to `compile_stub.sh` in order to cause a build failure. --- compile_stub.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compile_stub.sh b/compile_stub.sh index 72c829a7..0509a3c5 100644 --- a/compile_stub.sh +++ b/compile_stub.sh @@ -4,4 +4,5 @@ echo "=======================" echo " " echo "Compiling Stub..." echo " " -nasm -f elf src/stub/stub.asm -o lib/stub.o \ No newline at end of file +nasm -f elf src/stub/stub.asm -o lib/stub.o +exit 1 \ No newline at end of file