Open aboettger opened 9 years ago
See this pull request .. next release will work for you ;)
@prikhi there are some more problems with v2.0.10
/usr/bin/pencil: 15: [: 1: unexpected operator
/usr/bin/pencil: 15: [: 1: unexpected operator
/usr/bin/pencil: 15: [: 0: unexpected operator
/usr/bin/pencil: 15: [: 1: unexpected operator
/usr/bin/pencil: 26: [: unexpected operator
It's the standalone version that has the problem. Firefox version works just fine.
@donniezazen Related commit fixes this, caused by #!/bin/sh
instead of #!/bin/bash
in the pencil
executable.
This is released as v2.0.11, let me know if everything is alright.
This fix works for me: