Update config/contours/V3/make-contour-tile.sh
fix typo
This commit is contained in:
parent
4d357882a1
commit
da4c5459a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue