mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	Change variable name to fix zsh parse issue
This commit is contained in:
		
							
								
								
									
										4
									
								
								nvm.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								nvm.sh
									
									
									
									
									
								
							| @@ -364,9 +364,9 @@ nvm() { | ||||
|       echo "Uninstalled node $VERSION" | ||||
|  | ||||
|       # Rm any aliases that point to uninstalled version. | ||||
|       for A in `\grep -l $VERSION $NVM_DIR/alias/* 2>/dev/null` | ||||
|       for ALIAS in `\grep -l $VERSION $NVM_DIR/alias/* 2>/dev/null` | ||||
|       do | ||||
|         nvm unalias `basename $A` | ||||
|         nvm unalias `basename $ALIAS` | ||||
|       done | ||||
|  | ||||
|     ;; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user