(未解決) trivial-shell が何か変だな・・・ 2

trivial-shell が何か変だな・・・ - armbrust の日記 の続きです。

Clozure CL で trivial-shell が不調だったので、
Quicklisp でインストールしたものを消して、CLiki: trivial-shell を入れてみました。
そしたら動きました。

しかし・・・また妙なことが・・・。

(trivial-shell:shell-command "ls")       ; OK。
(trivial-shell:shell-command "ls /")     ; 動くけどNG。"ls" と同じ結果になる。
(trivial-shell:shell-command "\"ls /\"") ; OK。

うーむ。