From 709df7720e4c5a89cbf2efa33e151733cb56d825 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 8 Feb 2026 13:53:05 +0200 Subject: [PATCH] Check for when file is #f in program command creation --- lib/chibi/snow/commands.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chibi/snow/commands.scm b/lib/chibi/snow/commands.scm index 279cfddf..6212daf7 100644 --- a/lib/chibi/snow/commands.scm +++ b/lib/chibi/snow/commands.scm @@ -1744,7 +1744,7 @@ `(stklos -A ,install-dir ,file))) ((tr7) (if lib-path - `(sh -c ,(string-append "TR7_LIB_PATH=" lib-path " tr7i " file)) + `(sh -c ,(string-append "TR7_LIB_PATH=" lib-path " tr7i " (if file file ""))) `(tr7i ,file))) ((ypsilon) (if lib-path