Bug in Linux / unix start scripts

Reporting and discussion about bugs.

Moderator: lpaatero

Post Reply
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Bug in Linux / unix start scripts

Post 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
Post Reply