← Back to team overview

sikuli-driver team mailing list archive

[Bug 1235424] [NEW] runIDE.cmd and runScript.cmd script error

 

Public bug reported:

Both scripts have the line:

if not defined %PROGRAMS32% goto JAVANO32

it should be:

if not defined PROGRAMS32 goto JAVANO32

** 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/1235424

Title:
  runIDE.cmd and runScript.cmd script error

Status in Sikuli:
  New

Bug description:
  Both scripts have the line:

  if not defined %PROGRAMS32% goto JAVANO32

  it should be:

  if not defined PROGRAMS32 goto JAVANO32

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1235424/+subscriptions


Follow ups

References