minetest/util/travis
Jozef Behran 03cc93f489 Fix fake LINT check success (#8092)
The code 'if [ -z ${something} ]; then ... fi' means "if
${something} is an empty string, yell at the command line
about 'binary operator expected' and ignore the body of the
if statement, if ${something} is not an empty string,
the condition is false so ignore the body of the if
statement" which clearly isn't what the author wanted. Fix
it by adding a few quotes around the offending ${something}.
2019-01-12 16:15:42 +01:00
..
before_install.sh LINT: add clang-tidy step (#6295) 2018-04-01 23:57:55 +02:00
clang-format-whitelist.txt Move client-specific files to 'src/client' (#7902) 2018-11-28 20:01:49 +01:00
clangtidy.sh Disable clang-tidy when no C/C++ files has been modified. 2018-06-10 18:33:33 +02:00
common.sh Travis: Update clang from 4.0 to 5.0 (#6467) 2017-10-09 11:32:06 +02:00
lint.sh Fix fake LINT check success (#8092) 2019-01-12 16:15:42 +01:00
run-clang-tidy.py LINT: add clang-tidy step (#6295) 2018-04-01 23:57:55 +02:00
script.sh LINT: add clang-tidy step (#6295) 2018-04-01 23:57:55 +02:00
toolchain_mingw.cmake.in Clean up and tweak build system 2015-03-27 15:00:48 -04:00