summaryrefslogtreecommitdiff
path: root/geography/proj/patches/patch-data_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'geography/proj/patches/patch-data_Makefile.in')
-rw-r--r--geography/proj/patches/patch-data_Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/geography/proj/patches/patch-data_Makefile.in b/geography/proj/patches/patch-data_Makefile.in
deleted file mode 100644
index cfbe25010e1..00000000000
--- a/geography/proj/patches/patch-data_Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-data_Makefile.in,v 1.1 2020/03/10 16:17:38 gdt Exp $
-
-Remediate bashism.
-
-Posted about on mailing list 20200310.
-\todo File bug and pull request to fix.
-\todo File pull request to adjust upstream standards.
-\todo File bug that CI doesn't detect bashisms.
-
---- data/Makefile.in.orig 2020-02-10 10:16:34.000000000 +0000
-+++ data/Makefile.in
-@@ -594,7 +594,7 @@ proj.db: $(DATAPATH)/sql/*.sql
- echo "" | head -c1; \
- if [ $$? -eq 0 ] ; then \
- echo "Running foreign_key_check"; \
-- if [[ $$(echo "pragma foreign_key_check;" | sqlite3 proj.db | head -c1 | wc -c) -ne 0 ]]; then \
-+ if [ $$(echo "pragma foreign_key_check;" | sqlite3 proj.db | head -c1 | wc -c) -ne 0 ]; then \
- echo "Foreign key check failed"; \
- $(RM) proj.db; \
- exit 1; \