@@ -54,7 +54,7 @@ |
||
54 | 54 | $this->tolerance = $tolerance; |
55 | 55 | $this->upperBound = $upperBound; |
56 | 56 | |
57 | - $this->binPath = realpath(implode(DIRECTORY_SEPARATOR, array(dirname(__FILE__), '..', '..', '..', 'bin'))) . DIRECTORY_SEPARATOR; |
|
57 | + $this->binPath = realpath(implode(DIRECTORY_SEPARATOR, array(dirname(__FILE__), '..', '..', '..', 'bin'))).DIRECTORY_SEPARATOR; |
|
58 | 58 | } |
59 | 59 | |
60 | 60 | /** |