0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-25 04:00:15 +00:00
Files
termux-packages/packages/racket/collects-racket-private-shell.rkt.patch

12 lines
450 B
Diff
Raw Permalink Normal View History

--- a/collects/racket/private/shell.rkt
+++ b/collects/racket/private/shell.rkt
@@ -4,7 +4,7 @@
(define (shell-path/args who argstr)
(case (system-type)
- [(unix macosx) (append '("/bin/sh" "-c") (list argstr))]
+ [(unix macosx) (append '("@TERMUX_PREFIX@/bin/sh" "-c") (list argstr))]
[(windows) (let ([cmd
(let ([d (find-system-path 'sys-dir)])
(let ([cmd (build-path d "cmd.exe")])