mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	[Tests] die() in tests should quote "$@" for echo
This commit is contained in:
		
				
					committed by
					
						 Jordan Harband
						Jordan Harband
					
				
			
			
				
	
			
			
			
						parent
						
							24f8ae5c46
						
					
				
				
					commit
					f7763c8ba9
				
			| @@ -1,6 +1,6 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| die () { echo $@ ; exit 1; } | ||||
| die () { echo "$@" ; exit 1; } | ||||
|  | ||||
| echo '0.10.1' > ../../alias/default || die 'creation of default alias failed' | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user