Hi,
I know this isn't *real* important, but still...I typed in the code in
section 4.16 of the FAQ and noticed a tiny bug. Here's an emacs shell
session...
sge:/home/sge:229$ chmod +x bin/whnf.scm
chmod +x bin/whnf.scm
sge:/home/sge:230$ whnf.scm
whnf.scm
Error: returning zero values when one is expected
(values)
No such host
...so I changed this line...
(k))
...like this...
(k '()))
...and got...
sge:/home/sge:231$ whnf.scm
whnf.scm
No such host
sge:/home/sge:232$
OK? By the way, I didn't see OpenBSD specifically mentioned in the
FAQ's list of scsh-friendly systems. It builds without incident on
3.0 and 3.1 (the latest).
Thanks,
Steve
|