Skip to content

Commit

Permalink
feat(sqlite): use 'bash strict mode'
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed May 29, 2018
1 parent 99a2d31 commit f2f2416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/sqlite_download.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

# whosonfirst sqlite database downloader
# this script handles the download & extract of whosonfirst bundles.
Expand Down

0 comments on commit f2f2416

Please sign in to comment.