Page 1 of 1

Bug in Linux / unix start scripts

Posted: Wed Jul 06, 2005 1:06 pm
by lpaatero
In shell scripts gowrite and gowrite2 used to start gowrite is erroneus line. To correct this change line

Code: Select all

base = $cwd
back to

Code: Select all

base="${0%/*}"
Updated shell scripts will be in next version. (2.1.20)

Lauri