Allow running `make help` without out-of-container warning

Signed-off-by: Marco Vedovati <mvedovati@suse.com>
This commit is contained in:
Marco Vedovati 2018-07-31 10:56:48 +02:00
parent 40650cfbd5
commit 265dec037b
1 changed files with 1 additions and 1 deletions

View File

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