convention is that a sourced (not executed) script should NOT have a shebang

This commit is contained in:
Daniel M. Drucker 2018-03-14 13:41:56 -04:00 committed by GitHub
parent 2c29465806
commit 294f13872b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
# shellcheck shell=bash
# shellcheck disable=SC2039
# MIT License
#