We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-eq: unary operator expected
I'm seeing this when trying to build this crate on macOS:
--- stderr expr: syntax error ./scripts/version: line 10: [: -eq: unary operator expected thread 'main' panicked at /Users/godtamit/.asdf/installs/rust/1.80.1/registry/src/index.crates.io-6f17d22bba15001f/uplink-sys-0.7.0/build.rs:117:10:
It specifically refers to this line:
if [ $(expr match "${version}" '^v') -eq 1 ]; then
Am I missing something here?
The text was updated successfully, but these errors were encountered:
@GodTamIt it seems that you found the problem storj/uplink-c#29, right?
Sorry, something went wrong.
Yep that's right 👍
This issue will remain open until a new https://github.com/storj/uplink-c release is published and we can update the uplink-sys crate
No branches or pull requests
I'm seeing this when trying to build this crate on macOS:
It specifically refers to this line:
Am I missing something here?
The text was updated successfully, but these errors were encountered: