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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to