aboutsummaryrefslogtreecommitdiff
path: root/fonts/lucida_sans_140.png
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/lucida_sans_140.png')
0 files changed, 0 insertions, 0 deletions
='n62' href='#n62'>62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
#!/bin/sh

# Update/create minetest po files

# an auxiliary function to abort processing with an optional error
# message
abort() {
	test -n "$1" && echo >&2 "$1"
	exit 1
}