From d026448edced5b71313629b9feaa9c38134e58e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 11 Sep 2023 22:36:30 +0200 Subject: Fix bug causing for's continue to not work. --- module/scripts/find-undocumented.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'module/scripts') diff --git a/module/scripts/find-undocumented.scm b/module/scripts/find-undocumented.scm index 8c321fc2..499f18d6 100644 --- a/module/scripts/find-undocumented.scm +++ b/module/scripts/find-undocumented.scm @@ -130,8 +130,6 @@ (concatenate (for path in (all-modules-under-directory source-directory) (when (member path skip-files) - (continue)) - (define components* (drop (path-split path) (length (path-split source-directory)))) (define name (map string->symbol (append (drop-right components* 1) -- cgit v1.2.3