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
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue