From 661e77c62272a5780f666325f5969aeab35f8b68 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Sat, 14 Sep 2024 14:22:39 +0200 Subject: [PATCH] remove linuxism should make build get further on openbsd --- webapi/gendoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapi/gendoc.sh b/webapi/gendoc.sh index e9003cf..151995a 100755 --- a/webapi/gendoc.sh +++ b/webapi/gendoc.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail # this is run with .. as working directory.