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
$ brave --version|sed 's/$/$/g' Brave Browser 90.1.23.71 $ $
That space at the end can mess up version comparisons in scripts.
brave --version
Version with space at the end.
Version without space at the end.
Easily reproduced.
This does not affect other channels, because they append another word after the problematic space.
The text was updated successfully, but these errors were encountered:
Still an issue
% brave --version|sed 's/$/$/g' Brave Browser 112.1.50.125 $ %
Sorry, something went wrong.
Only in the case of the release channel:
$ brave-browser-stable --version|sed 's/$/$/g' Brave Browser 115.1.56.14 $ $ brave-browser --version|sed 's/$/$/g' Brave Browser 115.1.57.33 beta$ $ brave-browser-nightly --version|sed 's/$/$/g' Brave Browser 116.1.58.57 nightly$
This is upstream behavior:
$ google-chrome-stable --version|sed 's/$/$/g' Google Chrome 115.0.5790.110 $
No branches or pull requests
Description
That space at the end can mess up version comparisons in scripts.
Steps to Reproduce
brave --version
Actual result:
Version with space at the end.
Expected result:
Version without space at the end.
Reproduces how often:
Easily reproduced.
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
This does not affect other channels, because they append another word after the problematic space.
The text was updated successfully, but these errors were encountered: