.
original commit: 134e46b397347caf1fd13ba84176454ef5233800
This commit is contained in:
parent
1e621132aa
commit
7de900b38b
|
@ -137,5 +137,5 @@
|
|||
|
||||
(define (system str)
|
||||
(if (eq? (system-type) 'macos)
|
||||
(subprocess #f #f #f "by id" str)
|
||||
(subprocess #f #f #f "by-id" str)
|
||||
(apply system* (shell-path/args "system" str)))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user