minetest/util
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
..
buildbot buildbot: exit 0 at the end of the script 2017-06-09 12:05:37 +02:00
travis Fix fake LINT check success (#8092) 2019-01-12 16:15:42 +01:00
wireshark Fix dissector script to work with newer versions of Wireshark (#7957) 2018-12-10 14:47:35 +01:00
bump_version.sh Add release information to appdata file (#7771) 2018-10-16 21:04:06 +02:00
generate-texture-normals.sh Add texture bumpmapping feature. 2013-07-04 02:36:32 +02:00
test_multiplayer.sh Add multiplayer test script 2012-04-03 00:32:08 +03:00
updatepo.sh Don't recalculate statustext initial color everytime & review fixes 2018-01-05 20:59:30 +01:00