andretshurotshka
8 years ago
committed by
Fredrik Fornwall
2 changed files with 22 additions and 2 deletions
@ -0,0 +1,13 @@ |
|||
diff -u -r a/collects/racket/system.rkt ./collects/racket/system.rkt |
|||
index 9de72fe..78beae6 100644 |
|||
--- a/racket/collects/racket/system.rkt |
|||
+++ ./collects/racket/system.rkt |
|||
@@ -17,7 +17,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")]) |
Loading…
Reference in new issue