diff options
Diffstat (limited to 'build-postgresql')
-rwxr-xr-x | build-postgresql | 2 |
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. |