Merge pull request #1247 from marcov/make-help

Allow running `make help` without out-of-container warning
This commit is contained in:
Vincent Demeester 2018-07-31 14:04:10 +02:00 committed by GitHub
commit 7f853fee87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set -eu
target="${1:-}"
if [[ -z "${DISABLE_WARN_OUTSIDE_CONTAINER:-}" ]]; then
if [[ "$target" != "help" && -z "${DISABLE_WARN_OUTSIDE_CONTAINER:-}" ]]; then
(
echo
echo