Skip to content
Snippets Groups Projects
Commit ec0295a9 authored by Gaël Bonithon's avatar Gaël Bonithon
Browse files

xdt-autogen: Various small improvements

- quoting
- replace backticks with $()
- replace 'test "x$var"' with 'test "$var"'
- replace $(pwd) with $PWD
- simplify the command to search for languages
- do not use subshell when unneeded
- do not use redirection when unneeded
- directly test command exit codes instead of using $?
- readability (useless ";", indenting)
parent 72483f0e
No related branches found
No related tags found
1 merge request!29Improve xdt-autogen
Pipeline #3148 passed
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