Use "/usr/bin/env bash" shebang everywhere for protability (#257)
This commit is contained in:
parent
42b9c71ead
commit
20ee2c0375
@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /usr/bin/env bash
|
||||
# Copyright (C) Sebastian Pipping <sebastian@pipping.org>
|
||||
# Licensed under the MIT license
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /usr/bin/env bash
|
||||
# Copyright (C) 2018 Sebastian Pipping <sebastian@pipping.org>
|
||||
# Licensed under the MIT license
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /usr/bin/env bash
|
||||
# Copyright (C) 2016 Sebastian Pipping <sebastian@pipping.org>
|
||||
# Licensed under MIT license
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user