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

Fix typo
This commit is contained in:
yvecai 2012-10-26 16:18:15 +03:00
parent 19284e6e2b
commit 4d357882a1

View file

@ -15,8 +15,8 @@ if [ $# -lt 2 ]; then
echo "Usage: "$(basename $0) "[input-file] [output-directory/]"
exit 2
fi
if [ $# -eq 3]; then
tmpfile="tmp"$3
if [ $# -eq 3 ]; then
tmpfile=$("tmp"$3)
else
tmpfile="tmp"
fi