mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 18:25:52 +08:00 
			
		
		
		
	Fixes #346
This commit is contained in:
		| @@ -32,7 +32,7 @@ else | |||||||
|   fi |   fi | ||||||
| fi | fi | ||||||
|  |  | ||||||
| SOURCE_STR="[ -s \$HOME/.nvm/nvm.sh ] && . \$HOME/.nvm/nvm.sh  # This loads NVM" | SOURCE_STR="[[ -s \$HOME/.nvm/nvm.sh ]] && . \$HOME/.nvm/nvm.sh  # This loads NVM" | ||||||
|  |  | ||||||
| if [ -z "$PROFILE" ] || [ ! -f "$PROFILE" ] ; then | if [ -z "$PROFILE" ] || [ ! -f "$PROFILE" ] ; then | ||||||
|   if [ -z $PROFILE ]; then |   if [ -z $PROFILE ]; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user