فهرست منبع

Fix symlink creation

Fred Sundvik 8 سال پیش
والد
کامیت
fa4a492677
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      util/wsl_install.sh

+ 1 - 1
util/wsl_install.sh

@@ -114,7 +114,7 @@ echo
 echo "Creating a softlink to the utils directory as ~/qmk_utils."
 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."
 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)"
 read -p "Press any key to continue (ctrl-c to abort)"
-ln -sf "$dir" ~/qmk_utils
+ln -sfn "$dir" ~/qmk_utils
 
 
 echo
 echo
 echo "******************************************************************************"
 echo "******************************************************************************"