From 45287d71f60713af3b46d3fd15a2c7ec74581540 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 5 Dec 2025 20:54:52 +0200 Subject: [PATCH] Bug fix in shell --- retropikzel/shell.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retropikzel/shell.scm b/retropikzel/shell.scm index a70a049..54353c1 100644 --- a/retropikzel/shell.scm +++ b/retropikzel/shell.scm @@ -32,4 +32,4 @@ (lines->list (open-input-string (shell cmd)) '())) (define (shell->sexp cmd) - (read (open-input-string (shell cmd)) '())) + (read (open-input-string (shell cmd))))