summaryrefslogtreecommitdiff
path: root/build-postgresql
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2020-07-05 20:52:03 +0200
committerPeter Bex <peter@more-magic.net>2020-07-05 20:52:44 +0200
commitdd3e00f91a021232c429d0b517f7c3c3a5b65cba (patch)
treead9c9ef58c83666f981b3ca99fa2026fd519c30e /build-postgresql
parentc5f9f8f36ee0313935c066ff8df43fcf176c8f40 (diff)
downloadchicken-postgresql-dd3e00f91a021232c429d0b517f7c3c3a5b65cba.tar.gz
Add missing shebang line, required on some *nixes.
This also removes the need to add an Emacs modeline. Pointed out by Ricardo G. Herdt, as the build didn't work on Alpine.
Diffstat (limited to 'build-postgresql')
-rwxr-xr-xbuild-postgresql2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-postgresql b/build-postgresql
index fb15976..ac1cf28 100755
--- a/build-postgresql
+++ b/build-postgresql
@@ -1,4 +1,4 @@
-# -*- sh -*-
+#!/bin/sh
# Determine if pkg-config exists and knows about libpq, otherwise
# fall back on pg_config to determine compiler and linker flags.