From ad7733c7a1a3382947faf3fb71d5dac1e60e6acc Mon Sep 17 00:00:00 2001 From: IncompententPirate Date: Fri, 6 Sep 2024 09:40:41 +0000 Subject: [PATCH 1/2] Clarify error message by adding double quotes around 'just' to reduce confusion in mk/depends.mk --- mk/depends.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/depends.mk b/mk/depends.mk index 30cf2d7..ed80f56 100644 --- a/mk/depends.mk +++ b/mk/depends.mk @@ -16,7 +16,7 @@ $(error nasm not found, install from your package manager) endif ifeq ($(shell which just),) -$(error just not found, install from crates.io or from your package manager) +$(error 'just' not found, install from crates.io or from your package manager) endif CARGO_CONFIG_VERSION=0.1.1 From bb4b3e838cc8bc6b09ba49fd5d2065fe9ffa4b71 Mon Sep 17 00:00:00 2001 From: IncompententPirate <> Date: Sat, 7 Sep 2024 12:43:58 +0530 Subject: [PATCH 2/2] test commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e69ae9..d536f6c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +

test

Redox