mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 21:24:59 +00:00
Use "/usr/bin/env bash" shebang everywhere for protability (#257)
This commit is contained in:
parent
42b9c71ead
commit
20ee2c0375
3 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue