summaryrefslogtreecommitdiff
path: root/scheme
diff options
context:
space:
mode:
authorJordan Brown <mrhmouse@gmail.com>2016-09-21 10:07:21 -0400
committerJose Antonio Ortega Ruiz <jao@gnu.org>2016-09-30 06:06:25 +0200
commitcec661b7d0e6d0eda31a97b5621d361ae5c71de3 (patch)
tree7554f931913461b24c41abc969d4b391f8e31a31 /scheme
parentf8ddc4e540ec9c193efde588e6bb8cb887212820 (diff)
downloadgeiser-guile-cec661b7d0e6d0eda31a97b5621d361ae5c71de3.tar.gz
geiser-guile-cec661b7d0e6d0eda31a97b5621d361ae5c71de3.tar.bz2
Use (car (process-lines ...)) instead of (shell-command ...)
`shell-command` assumes Bourne-shell-compatible quoting, which doesn't work when the user isn't using a Bourne-compatible shell. Instead of futzing about with quoting, we can just use `process-lines` to execute a process and pass it arguments directly.
Diffstat (limited to 'scheme')
0 files changed, 0 insertions, 0 deletions