mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
03cc93f489
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}. |
||
---|---|---|
.. | ||
buildbot | ||
travis | ||
wireshark | ||
bump_version.sh | ||
generate-texture-normals.sh | ||
test_multiplayer.sh | ||
updatepo.sh |