Sfoglia il codice sorgente

Force removal of the exuberant-tags directory.

Drew 12 anni fa
parent
commit
f667c6f453
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      install

+ 1 - 1
install

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