mirror of https://github.com/docker/docs.git
				
				
				
			Fix bug where terminal command would be printed on click Docker CLI button or Terminal into container button
This commit is contained in:
		
							parent
							
								
									7abd94fc30
								
							
						
					
					
						commit
						cc29437e09
					
				| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
 | 
			
		||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 | 
			
		||||
PATH=$DIR:$PATH
 | 
			
		||||
CMD="export PATH='$PATH' clear && $*"
 | 
			
		||||
CMD="export PATH='$PATH' && clear && $*"
 | 
			
		||||
 | 
			
		||||
ITERM_EXISTS=`osascript <<EOF
 | 
			
		||||
set doesExist to false
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue