From e43d59f10cb6c7608a09ba2c5c9b0badc455e23e Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sun, 10 Jan 2021 12:23:04 +0100 Subject: Better shebang --- scripts/prebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prebuild.sh b/scripts/prebuild.sh index 937bf5f..c135b7c 100755 --- a/scripts/prebuild.sh +++ b/scripts/prebuild.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -x set -eou pipefail -- cgit 1.4.1