← Back to team overview

sikuli-driver team mailing list archive

[Bug 1231375] [NEW] shome variable in runIDE wrongly set

 

Public bug reported:

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

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
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:
  shome variable in runIDE wrongly set

Status in Sikuli:
  New

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


Follow ups

References