summaryrefslogtreecommitdiff
path: root/expat/distribute.sh
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2019-05-18 14:09:12 +0200
committerSebastian Pipping <sebastian@pipping.org>2019-05-18 14:09:19 +0200
commit20ee2c03750879e5c676333ffdfda314efb88370 (patch)
tree77b01ee109bbc381a9574c81f9d1c905d940e97e /expat/distribute.sh
parent42b9c71ead992eccca7f22f89ceffd6576a9e1ef (diff)
downloadlibexpat-git-20ee2c03750879e5c676333ffdfda314efb88370.tar.gz
Use "/usr/bin/env bash" shebang everywhere for protability (#257)
Diffstat (limited to 'expat/distribute.sh')
-rwxr-xr-xexpat/distribute.sh2
1 files changed, 1 insertions, 1 deletions
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 <sebastian@pipping.org>
# Licensed under the MIT license
#