Bug fix in shell

This commit is contained in:
retropikzel 2025-12-05 20:54:52 +02:00
parent b1edf4cb1d
commit 45287d71f6
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@
(lines->list (open-input-string (shell cmd)) '())) (lines->list (open-input-string (shell cmd)) '()))
(define (shell->sexp cmd) (define (shell->sexp cmd)
(read (open-input-string (shell cmd)) '())) (read (open-input-string (shell cmd))))