On Mon, Feb 25, 2013 at 1:14 AM, Robert Goldman rpgoldman@sift.info wrote:
I believe the problem is that EXT:SYSTEM on ECL runs whatever shell is the value of SHELL, but your test code is all written for bash, without checking for it.
I have changed this. SYSTEM now calls /bin/sh on all POSIX platforms. Thanks for pointing out this problem -- I was not aware of this behavior.
Juanjo