Merge pull request #1247 from marcov/make-help
Allow running `make help` without out-of-container warning
Upstream-commit: 7f853fee87
Component: cli
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user