← Back to team overview

sikuli-driver team mailing list archive

[Bug 1282545] [NEW] sikuli-1.0.1:syntax error in makeVisionProxy:Missing '$' the value of the variable

 

Public bug reported:

At the 47th and the 53th row of  the file 'makeVisionProxy', here, the shell scripts want to check whether the value of variable 'libFolderO' is an empty string.
 It should be: if  [ "$libFolderO" == "" ]
But actually the real scrips are: if [ "libFolderO" == ""  ], missing the Symbol '$' before the variable 'libFolderO'.

** Affects: sikuli
     Importance: Undecided
         Status: New

** Attachment added: "error file in this package"
   https://bugs.launchpad.net/bugs/1282545/+attachment/3988130/+files/Sikuli-1.0.1-Supplemental-LinuxVisionProxy.zip

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1282545

Title:
  sikuli-1.0.1:syntax error in makeVisionProxy:Missing '$'  the value of
  the variable

Status in Sikuli:
  New

Bug description:
  At the 47th and the 53th row of  the file 'makeVisionProxy', here, the shell scripts want to check whether the value of variable 'libFolderO' is an empty string.
   It should be: if  [ "$libFolderO" == "" ]
  But actually the real scrips are: if [ "libFolderO" == ""  ], missing the Symbol '$' before the variable 'libFolderO'.

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


Follow ups

References