← Back to team overview

sikuli-driver team mailing list archive

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

 

thanks for pointing out.

I have just uploaded a revised version.

** Changed in: sikuli
       Status: New => Fix Released

** Summary changed:

- sikuli-1.0.1:syntax error in makeVisionProxy:Missing '$'  the value of the variable
+ [1.0.1]Linux: syntax error in makeVisionProxy --- fixed per 2014-Feb-20

-- 
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:
  [1.0.1]Linux: syntax error in makeVisionProxy --- fixed per
  2014-Feb-20

Status in Sikuli:
  Fix Released

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


References