1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02: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:
NorseGaud
2022-03-02 07:33:23 -05:00
parent 4203afec3f
commit 7fe07fc586

View File

@ -1,4 +1,4 @@
#! /bin/bash #!/usr/bin/env bash
# version v0.2.0 unstable # version v0.2.0 unstable
# executed by Make during CI or manually # executed by Make during CI or manually