Selaa lähdekoodia

Force removal of the exuberant-tags directory.

Drew 12 vuotta sitten
vanhempi
commit
f667c6f453
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 ""