mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
lint.sh can't find proper bash location on mac and uses the old 3.x which doesn't support shopt -s inherit_errexit
This commit is contained in:
parent
4203afec3f
commit
7fe07fc586
|
@ -1,4 +1,4 @@
|
|||
#! /bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# version v0.2.0 unstable
|
||||
# executed by Make during CI or manually
|
||||
|
|
Loading…
Reference in a new issue