Errors in startup scripts

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:
should be
that is, a forward slash instead of a backward slash. The other *.sh shell scripts have the forward slash correctly.
Kirk
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