]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix symlink creation
authorFred Sundvik <fsundvik@gmail.com>
Sun, 28 May 2017 17:49:42 +0000 (20:49 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Sun, 28 May 2017 18:30:55 +0000 (21:30 +0300)
util/wsl_install.sh

index 645ddce71e8d5825e9578da0a421a6bdb920fdf9..bb2df1b4da8838e1041d07d8b18b3364c84fd8f0 100644 (file)
@@ -114,7 +114,7 @@ echo
 echo "Creating a softlink to the utils directory as ~/qmk_utils."
 echo "This is needed so that the the make system can find all utils it need."
 read -p "Press any key to continue (ctrl-c to abort)"
-ln -sf "$dir" ~/qmk_utils
+ln -sfn "$dir" ~/qmk_utils
 
 echo
 echo "******************************************************************************"