]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix launch of qmk_driver_installer on msys2
authorFred Sundvik <fsundvik@gmail.com>
Mon, 10 Jul 2017 14:51:59 +0000 (17:51 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Mon, 10 Jul 2017 14:51:59 +0000 (17:51 +0300)
util/win_shared_install.sh

index d86553bf05e41904d6b199ab0c5e89f6249b520a..78346284a9222e30f1350aec7125103455011e2b 100644 (file)
@@ -35,7 +35,8 @@ function install_utils {
 
 function install_drivers {
     pushd $download_dir
-    cmd.exe /C qmk_driver_installer.exe $1 $2 ../drivers.txt
+    echo 
+    cmd.exe /c "qmk_driver_installer.exe $1 $2 ..\\drivers.txt"
     popd > /dev/null
 }