aboutsummaryrefslogtreecommitdiffstats
path: root/test_gen.do
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-08-06 17:18:20 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-08-06 17:18:20 +0100
commit0d86d7df3cf62ed0a010197f2963842311b0a4b8 (patch)
tree786c4d2a23652ebf63ee5affe88cf7e41221794a /test_gen.do
parent98e18c714bf1668e9c041f1be4abcab548f22294 (diff)
downloadpack-0d86d7df3cf62ed0a010197f2963842311b0a4b8.tar.gz
pack-0d86d7df3cf62ed0a010197f2963842311b0a4b8.tar.xz
pack-0d86d7df3cf62ed0a010197f2963842311b0a4b8.zip
make do-link executable from /usr/bin/env
On openbsd the script interpreter of an interpreter script can't be an interpreter script (script(7)) so do-link must be ran with /usr/bin/env which means the type parameter needs to be a variable set in the do file.
Diffstat (limited to 'test_gen.do')
-rwxr-xr-xtest_gen.do3
1 files changed, 2 insertions, 1 deletions
diff --git a/test_gen.do b/test_gen.do
index cffe9df..b4b480a 100755
--- a/test_gen.do
+++ b/test_gen.do
@@ -1,2 +1,3 @@
-#!./do-link executable-host
+#!/usr/bin/env ./do-link
+type=executable-host
objects=(test_gen.o)