Bug fix in shell
This commit is contained in:
parent
b1edf4cb1d
commit
45287d71f6
|
|
@ -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))))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue