Fixed last problem in read-pbf

Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
merspieler 2019-03-19 02:24:36 +01:00
parent 21f218b853
commit 1c4be0c7de

View file

@ -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