← Back to team overview

sikuli-driver team mailing list archive

[Bug 1231375] Re: [1.0.1] shome variable in runIDE wrongly set

 

** Changed in: sikuli
       Status: Fix Committed => Won't Fix

** Changed in: sikuli
   Importance: High => Undecided

** Changed in: sikuli
    Milestone: 1.1.0 => None

** Summary changed:

- [1.0.1] shome variable in runIDE wrongly set
+ [1.0.1] shome variable in runIDE wrongly set --- usage changed in 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 --- usage changed in
  1.1.0

Status in Sikuli:
  Won't Fix

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