impnotes agrees with this:
[1]> (lisp-implementation-version)
"2.41 (2006-10-13) (built on localhost.localdomain [127.0.0.1])"
[2]> (ext:run-shell-command "uname")
Linux
0
i.e., it should return a number if there is nothing weird going on,
but in cvs I see
Welcome to GNU CLISP 2.47+ (2008-10-24) <http://clisp.cons.org/>
Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
Copyright (c) Bruno Haible, Sam Steingold 1999-2000
Copyright (c) Sam Steingold, Bruno Haible 2001-2008
Type :h and hit Enter for context help.
[1]> (ext:run-shell-command "uname")
Linux
NIL
|