Explorar o código

Don't expand dotfile symlinks in install.sh

Frans Bergman %!s(int64=4) %!d(string=hai) anos
pai
achega
89a6b3e1b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -13,7 +13,7 @@ do
         .git) continue ;;
         *.swp) continue ;;
     esac
-    ln -s "$(realpath "$f")" ~/
+    ln -s "$(realpath --no-symlinks "$f")" ~/
 done
 
 prompt()