Explorar el Código

Force removal of the exuberant-tags directory.

Drew hace 12 años
padre
commit
f667c6f453
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ""