Fix qmk_install.sh on Windows dropping to command prompt (#6488)
This commit is contained in:
		
							parent
							
								
									a6701c28d2
								
							
						
					
					
						commit
						59d3b37130
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,7 @@ function install_drivers {
 | 
			
		|||
    pushd "$download_dir"
 | 
			
		||||
    cp -f "$dir/drivers.txt" .
 | 
			
		||||
    echo 
 | 
			
		||||
    cmd.exe /c "qmk_driver_installer.exe $1 $2 drivers.txt"
 | 
			
		||||
    cmd.exe //c "qmk_driver_installer.exe $1 $2 drivers.txt"
 | 
			
		||||
    popd > /dev/null
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue