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
commit2fb484bac916304c255580fcb9feb3b9cc771ac3 (patch)
tree8187a075fc10d5abc7e8d5841e3225a0ac0d7378 /scheme
parente4c15a770a53576c852e88fe37aea885890c5e9b (diff)
downloadgeiser-chez-2fb484bac916304c255580fcb9feb3b9cc771ac3.tar.gz
geiser-chez-2fb484bac916304c255580fcb9feb3b9cc771ac3.tar.bz2
Use (car (process-lines ...)) instead of (shell-command ...)0.9
`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