Update config/contours/V3/make-contour-tile.sh
Fix typo
This commit is contained in:
parent
19284e6e2b
commit
4d357882a1
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ if [ $# -lt 2 ]; then
|
||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
if [ $# -eq 3 ]; then
|
if [ $# -eq 3 ]; then
|
||||||
tmpfile="tmp"$3
|
tmpfile=$("tmp"$3)
|
||||||
else
|
else
|
||||||
tmpfile="tmp"
|
tmpfile="tmp"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue