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
If I choose Less it highlights:
Installation finished. No error reported. Generating grub.cfg ...
And that is the only error.
The text was updated successfully, but these errors were encountered:
Add negative lookbehind to error detection. This stops matching lines…
d64c05d
… like "No error reported.". Closes github issue DE-IBH#25 by Stefan Eriksson.
Using negative look behind requires grep with PCRE support. This migh…
6a3631f
…t break portability of the error detection feature. The previous patch did not fix completely the github issue DE-IBH#25 by Stefan Eriksson.
liske
No branches or pull requests
If I choose Less it highlights:
Installation finished. No error reported.
Generating grub.cfg ...
And that is the only error.
The text was updated successfully, but these errors were encountered: