Kaynağa Gözat

fix ack install permissions

Weiyi Lou 13 yıl önce
ebeveyn
işleme
7202a26991
1 değiştirilmiş dosya ile 5 ekleme ve 4 silme
  1. 5 4
      RUNME

+ 5 - 4
RUNME

@@ -39,17 +39,18 @@ if test -f ~/bin/ack; then
 else
 else
   echo "Downloading ack from betterthangrep.com..."
   echo "Downloading ack from betterthangrep.com..."
   mkdir -p ~/bin
   mkdir -p ~/bin
-  curl http://betterthangrep.com/ack-standalone > ~/bin/ack && chmod 0755 !#:3 
+  curl http://betterthangrep.com/ack-standalone > ~/bin/ack
+  chmod 0755 ~/bin/ack
 fi
 fi
 
 
-# This repository has vim plugins as submodules, so initialise and clone them in
+# This repository has vim plugins as submodules, so initialise and clone them
 git submodule init
 git submodule init
 git submodule update
 git submodule update
 
 
 # Add more vim plugins from this dotfiles directory, like so:
 # Add more vim plugins from this dotfiles directory, like so:
-#     git submodule add git://github.com/tpope/vim-pathogen.git vim/bundle/pathogen
+#     git submodule add git://github.com/tpope/module.git vim/bundle/module
 #
 #
-# Apart from updating plugins individually, you can update all submodules in one shot
+# Apart from updating plugins individually, you can update all submodules
 #     git submodule foreach git pull origin master
 #     git submodule foreach git pull origin master
 
 
 # color for git! Some machines don't have it.
 # color for git! Some machines don't have it.