You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
603 B
13 lines
603 B
8 years ago
|
diff -u -r ../racket-6.6/collects/racket/system.rkt ./collects/racket/system.rkt
|
||
|
--- ../racket-6.6/collects/racket/system.rkt 2016-04-15 16:33:56.000000000 -0400
|
||
|
+++ ./collects/racket/system.rkt 2016-11-22 16:45:09.576844179 -0500
|
||
8 years ago
|
@@ -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")])
|