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/]" echo "Usage: "$(basename $0) "[input-file] [output-directory/]"
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