Explorar o código

Auto force removal of ex. ctags git repo after installation.

Drew %!s(int64=12) %!d(string=hai) anos
pai
achega
56bde432ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UpdateVimPlugins

+ 1 - 1
UpdateVimPlugins

@@ -16,6 +16,6 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
     ./configure
     make
     sudo make install
-    rm -r ~/exuberant-ctags
+    rm -rf ~/exuberant-ctags
 fi
 echo ""