Merge pull request #16498 from MikeMcQuaid/vendor-install-fixes
cmd/vendor-install: fix some elses.
This commit is contained in:
		
						commit
						4fdc7e939b
					
				@ -294,10 +294,12 @@ homebrew-vendor-install() {
 | 
			
		||||
              VENDOR_PHYSICAL_PROCESSOR="${option}"
 | 
			
		||||
              VENDOR_PROCESSOR="${option}"
 | 
			
		||||
            fi
 | 
			
		||||
          else
 | 
			
		||||
            odie "This command does not take multiple vendor targets!"
 | 
			
		||||
          fi
 | 
			
		||||
          odie "This command does not take multiple vendor targets!"
 | 
			
		||||
        else
 | 
			
		||||
          VENDOR_NAME="${option}"
 | 
			
		||||
        fi
 | 
			
		||||
        VENDOR_NAME="${option}"
 | 
			
		||||
        ;;
 | 
			
		||||
    esac
 | 
			
		||||
  done
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user