Update config/contours/V3/make-contour-tile.sh

fix typo
This commit is contained in:
yvecai 2012-10-26 16:20:30 +03:00
parent 4d357882a1
commit da4c5459a4

View file

@ -16,7 +16,7 @@ if [ $# -lt 2 ]; then
exit 2
fi
if [ $# -eq 3 ]; then
tmpfile=$("tmp"$3)
tmpfile="tmp"$3
else
tmpfile="tmp"
fi