Hi.
According to `man test' on Solaris 2.6 there is no `-e' primitive for sh,
but only for ksh. It also exists in bash.
There is an error in check-guile:36
if [ ! -e guile-procedures.txt ]; then
^^^
which produces the error message shown in subject. The line should be
substituted with
if [ ! -f guile-procedures.txt ]; then
Regards,
ASK
_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile
- Re: ./check-guile: test: argument expected Alexander Klimov
- Re: ./check-guile: test: argument expected Gary Houston
- Re: ./check-guile: test: argument expected Alexander Klimov
- Re: ./check-guile: test: argument expected Marius Vollmer
- Re: ./check-guile: test: argument expected Alexander Klimov
- Re: ./check-guile: test: argument expected Marius Vollmer
- Re: ./check-guile: test: argument expected thi
