X Tutup
The Wayback Machine - https://web.archive.org/web/20210111185449/https://github.com/PhilJay/MPAndroidChart/issues/2805
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

malformed test expressions in gradlew fail on bash 4.3.42 #2805

Open
travisfw opened this issue Feb 13, 2017 · 1 comment
Open

malformed test expressions in gradlew fail on bash 4.3.42 #2805

travisfw opened this issue Feb 13, 2017 · 1 comment

Comments

@travisfw
Copy link

@travisfw travisfw commented Feb 13, 2017

The following errors print when executing gradlew on Fedora with Bash 4.3.42

./gradlew: line 67: [: -xPx: unary operator expected
./gradlew: line 73: [: -xPx: unary operator expected

These don't cause the script to fail because the false results from the tests are coincidentally correct, at least on my system. Still, the tests serve the function of determining the location of the java executable and they should do what they are written to do.

@danielgindi
Copy link
Collaborator

@danielgindi danielgindi commented Feb 21, 2017

This is a result of an old faulty refactoring, I think @PhilJay

plackemacher added a commit to plackemacher/MPAndroidChart that referenced this issue Mar 1, 2017
regas99 pushed a commit to regas99/MPAndroidChart that referenced this issue Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup