mirror of https://github.com/docker/cli.git
				
				
				
			Allow running `make help` without out-of-container warning
Signed-off-by: Marco Vedovati <mvedovati@suse.com>
This commit is contained in:
		
							parent
							
								
									40650cfbd5
								
							
						
					
					
						commit
						265dec037b
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue