[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] [commit 18eca0a] Fixed compile-ffi to use run-she
From: |
Matt Birkholz |
Subject: |
Re: [MIT-Scheme-devel] [commit 18eca0a] Fixed compile-ffi to use run-shell-command. |
Date: |
Sat, 30 Apr 2011 10:50:49 -0700 |
> From: Taylor R Campbell <address@hidden>
> Date: Wed, 27 Apr 2011 20:21:39 +0000
>
> [...] I think it is better to use [RUN-SYNCHRONOUS-SUBPROCESS] rather
> than RUN-SHELL-COMMAND, and in general to avoid involving any shells,
> even if here the shell command is literally given and
> straightforward.
OK.
commit ca237cc0ce0d5ea8aec0feb5018bb74393eedf87
Author: Matt Birkholz <address@hidden>
Date: Sat Apr 30 10:41:28 2011 -0700
Cut out the SHELL middleman; use run-synchronous-subprocess.
src/etc/compile.scm | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)