Browse Source

Change indent.

master
poikilos 4 years ago
parent
commit
271d89310a
  1. 1
      reset-minetest-install-source.sh

1
reset-minetest-install-source.sh

@ -86,7 +86,6 @@ do
done done
cd "$EM_CONFIG_PATH" || customDie "[$MY_NAME] cd \"$EM_CONFIG_PATH\" failed." cd "$EM_CONFIG_PATH" || customDie "[$MY_NAME] cd \"$EM_CONFIG_PATH\" failed."
if [ -d "$extracted_path" ]; then if [ -d "$extracted_path" ]; then
# NOTE: ls -lR provides a count, so it is not suitable unless output # NOTE: ls -lR provides a count, so it is not suitable unless output
# is parsed. `| wc -l` is easier (word count). # is parsed. `| wc -l` is easier (word count).
screenshot_count=0 screenshot_count=0

Loading…
Cancel
Save