sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21320
[Bug 1231375] Re: shome variable in runIDE wrongly set
** Changed in: sikuli
Status: New => Fix Committed
** Changed in: sikuli
Importance: Undecided => High
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 1.1.0
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1231375
Title:
[1.0.1] shome variable in runIDE wrongly set
Status in Sikuli:
Fix Committed
Bug description:
Just downloaded the sikuli-setup.jar yesterday, so I'm assuming this
is version 1.0.1
The 'runIDE' script allows for the sikuli home folder to be set via an
environment variable, namely 'SIKULIX_HOME'. When this variable is
detected, though, the 'shome' variable, actually used for path
construction, is initialized (line 12) with '$SIKULI_HOME', instead of
'$SIKULIX_HOME', so '$shome' is initialized to '/'.
I believe the line 12 should be fixed as follows:
shome=$SIKULIX_HOME
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1231375/+subscriptions
References