Fixed last problem in read-pbf
Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
parent
21f218b853
commit
1c4be0c7de
1 changed files with 1 additions and 1 deletions
2
read-pbf
2
read-pbf
|
@ -68,7 +68,7 @@ case $key in
|
||||||
shift # past database
|
shift # past database
|
||||||
first=2
|
first=2
|
||||||
elif [ "$first" == "2" ]; then
|
elif [ "$first" == "2" ]; then
|
||||||
file="$2"
|
file="$1"
|
||||||
shift # past file
|
shift # past file
|
||||||
first=0
|
first=0
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue