Use "/usr/bin/env bash" shebang everywhere for protability (#257)

This commit is contained in:
Sebastian Pipping 2019-05-18 14:09:12 +02:00
parent 42b9c71ead
commit 20ee2c0375
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
# Copyright (C) Sebastian Pipping <sebastian@pipping.org>
# Licensed under the MIT license

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
# Copyright (C) 2018 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the MIT license
#

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
# Copyright (C) 2016 Sebastian Pipping <sebastian@pipping.org>
# Licensed under MIT license