We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with ./get-shapefiles.sh
./get-shapefiles.sh
simplified-land-polygons-complete-3857... unzip: -n, -o and -u are contradictory
Maybe -o is unnecessary with a list of file specified?
-o
BSD zip appears to have stricter option parsing than Info-ZIP, but it's a bug in the script under either.
The text was updated successfully, but these errors were encountered:
Fix contradictory unzip options
d3f4772
-u and -n are mutually exclusive options. Info-ZIP wasn't reporting this as an error, but BSD zip caught it. Fixes gravitystorm#1233
pnorman
Successfully merging a pull request may close this issue.
with
./get-shapefiles.sh
Maybe
-o
is unnecessary with a list of file specified?BSD zip appears to have stricter option parsing than Info-ZIP, but it's a bug in the script under either.
The text was updated successfully, but these errors were encountered: