aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-08-05 09:40:03 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-08-05 09:40:03 +0100
commite543231044b50e9de263aad01b287e3e06b0faa3 (patch)
treed2dc9e1c731590d56f2791f767c907930bbe2f15 /configure
parent3f441bd58ae91a38e1f0f872c80a126166e85338 (diff)
downloadpack-e543231044b50e9de263aad01b287e3e06b0faa3.tar.gz
pack-e543231044b50e9de263aad01b287e3e06b0faa3.tar.xz
pack-e543231044b50e9de263aad01b287e3e06b0faa3.zip
Change to #!/usr/bin/env bash for openbsd portability
any flags are now passed with set -e
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 723de9f..a4bb8d5 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
usage () { echo "Usage: $0 [-h|options...]"; }