From 20ee2c03750879e5c676333ffdfda314efb88370 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 18 May 2019 14:09:12 +0200 Subject: [PATCH] Use "/usr/bin/env bash" shebang everywhere for protability (#257) --- expat/coverage.sh | 2 +- expat/distribute.sh | 2 +- expat/qa.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/expat/coverage.sh b/expat/coverage.sh index 20dc9e36..1121fc79 100755 --- a/expat/coverage.sh +++ b/expat/coverage.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) Sebastian Pipping # Licensed under the MIT license diff --git a/expat/distribute.sh b/expat/distribute.sh index d282f203..27df9448 100755 --- a/expat/distribute.sh +++ b/expat/distribute.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2018 Sebastian Pipping # Licensed under the MIT license # diff --git a/expat/qa.sh b/expat/qa.sh index 02159ec9..8aba7db6 100755 --- a/expat/qa.sh +++ b/expat/qa.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2016 Sebastian Pipping # Licensed under MIT license