Skip to content
Snippets Groups Projects
Commit bb132914 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Felix Paul Kühne
Browse files

tools: bootstrap: use shell || instead of test -o

shell || nicely handles the commands on the other lines without escaping
the end of line, which provides better error message in case of error.
In addition, priority of operators is much more obvious since the []
test syntax provides a visible scope-like feeling.
parent 205963ad
No related branches found
No related tags found
1 merge request!1804tools: bootstrap: minor cleanups
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment