Skip to content

Commit

Permalink
http/server fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-chumak committed Feb 8, 2024
1 parent 4f009dd commit 0b34e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/http/server
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
(display "<folder> ")
; list folder:
(define Out (pipe))
(define Pid (system (list "/bin/sh" "-c" (string-append
(define Pid (execvp (list "/bin/sh" "-c" (string-append
"ls -lah " filename)) #f Out))

(send "HTTP/1.0 200 OK\n"
Expand Down

0 comments on commit 0b34e09

Please # to comment.