comparison bin/install-vim-rails @ 427:c9a2db197010

-u, duh.
author Edho Arief <edho@myconan.net>
date Sat, 29 Dec 2012 21:48:31 +0700
parents 9f6474336dcc
children 214df22d4d9e
comparison
equal deleted inserted replaced
426:9f6474336dcc 427:c9a2db197010
1 #!/bin/sh 1 #!/bin/sh
2 2
3 set -e 3 set -e
4 set -o 4 set -u
5 5
6 ( 6 (
7 cd ~/.vim/bundle 7 cd ~/.vim/bundle
8 git clone git://github.com/tpope/vim-rails.git 8 git clone git://github.com/tpope/vim-rails.git
9 ) 9 )