diff options
author | Jozef Behran <jozuejozef@gmail.com> | 2019-01-12 10:15:42 -0500 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2019-01-12 16:15:42 +0100 |
commit | 03cc93f48957a5dee04c56ff8c5b05d647e77d2d (patch) | |
tree | 1b209e0b9ed3cf98ff17f39e5478b3e63d1c433c /builtin/mainmenu/dlg_create_world.lua | |
parent | a18c310adb075b1ba94950b6ee811c68dec2f66b (diff) | |
download | minetest-03cc93f48957a5dee04c56ff8c5b05d647e77d2d.tar.gz minetest-03cc93f48957a5dee04c56ff8c5b05d647e77d2d.tar.bz2 minetest-03cc93f48957a5dee04c56ff8c5b05d647e77d2d.zip |
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}.
Diffstat (limited to 'builtin/mainmenu/dlg_create_world.lua')
0 files changed, 0 insertions, 0 deletions