Hi all,
i've checked out the new shoes today, build it and tryed to run.
First thing:
running ./shoes gives
./shoes: line 6: [: =: unary operator expected
after changing line 6 from
if [ $1 = "--ruby" ]; then
to
if [ "$1" = "--ruby" ]; then
this error disappears.
I've expected to get an "open file" dialog, but get the following
error on the shoes console
...../MacOS/lib/shoes.rb line 348
Is a directory - MacOS
What is going wrong?
Line 348 in shoes.rb is
code = File.read(path)
My platform: MacOS X 10.4.11 PPC, shoes raisins r994
greetings
gunni