From d2ac1eeb8ed6ae95a54b13a39114970e9aaa687f Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 23 Apr 2026 11:09:25 +1000 Subject: [PATCH] Syntax fix --- tests/scripts/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/makefile b/tests/scripts/makefile index 7974b7f..7591886 100644 --- a/tests/scripts/makefile +++ b/tests/scripts/makefile @@ -41,7 +41,7 @@ copy: run: $(TEST_SCRIPTFILES:.toy=.toy-run) %.toy-run: %.toy - find -name repl* -type f -exec {} -f $< \; + find . -name repl* -type f -exec {} -f $< \; #using gdb gdb: source repl copy run-gdb