From 2507a8fd31ffa9a9655fd1a37eb0251fe6d1fa72 Mon Sep 17 00:00:00 2001 From: andryyy Date: Sun, 27 Jan 2019 19:40:11 +0100 Subject: [PATCH] [Config] Use #!/usr/bin/env bash for scritps, fixes #2226, thanks to @cptMikky --- generate_config.sh | 2 +- update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generate_config.sh b/generate_config.sh index db6b9a6b..d3c99e89 100755 --- a/generate_config.sh +++ b/generate_config.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -o pipefail diff --git a/update.sh b/update.sh index 76d60227..0e7dc426 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #exit on error and pipefail set -o pipefail