diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 09:40:03 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 09:40:03 +0100 |
commit | e543231044b50e9de263aad01b287e3e06b0faa3 (patch) | |
tree | d2dc9e1c731590d56f2791f767c907930bbe2f15 /configure | |
parent | 3f441bd58ae91a38e1f0f872c80a126166e85338 (diff) | |
download | pack-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash usage () { echo "Usage: $0 [-h|options...]"; } |