Fix `shell-command' on ABCL10/head
commit0706122f8d0c21aa2cd519ed284e939aca668827
authorAshish SHUKLA <ashish.is@lostca.se>
Mon, 21 Sep 2015 05:15:01 +0000 (21 10:45 +0530)
committerAshish SHUKLA <ashish.is@lostca.se>
Mon, 21 Sep 2015 05:15:01 +0000 (21 10:45 +0530)
tree5f22b171b278bf90f29177978202843b894cb10a
parentfcb264f5f1c2941b6f24cbd44e9e6897c5b53abe
Fix `shell-command' on ABCL

For passing input stream to `shell-command', ABCL implementation uses
`file-to-string-as-lines' on `input', which appends an extra line-ending
character to the output, so as a fix remove the extra line-ending
character.
dev/abcl.lisp