aboutsummaryrefslogtreecommitdiffstats
path: root/.link-library.do
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 /.link-library.do
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 '.link-library.do')
-rwxr-xr-x.link-library.do3
1 files changed, 2 insertions, 1 deletions
diff --git a/.link-library.do b/.link-library.do
index 67ea23d..a8f4675 100755
--- a/.link-library.do
+++ b/.link-library.do
@@ -1,4 +1,5 @@
-#!/bin/bash -e
+#!/usr/bin/env bash
+set -e
redo-ifchange .vars.rc
. ./.vars.rc
exec >"$3"