Page 1 of 1

Errors in startup scripts

PostPosted: Thu Apr 05, 2012 4:44 pm
by CapnKirk
The following startup scripts in the bin directory have a pathname bug in the linux shell scripts:

In Wandora-huge.sh and Wandora-mini.sh the line:
Code: Select all
cd ..\build

should be
Code: Select all
cd ../build

that is, a forward slash instead of a backward slash. The other *.sh shell scripts have the forward slash correctly.

Kirk

Re: Errors in startup scripts

PostPosted: Tue Apr 10, 2012 10:59 am
by akivela
Hello CapnKirk

Thank you for your bug report. We'll fix the bug in the next Wandora version released 30th of April 2012.

Kind Regards,
Aki / Wandora Team