view 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
line wrap: on
line source

#!/bin/sh

set -e
set -u

(
  cd ~/.vim/bundle
  git clone git://github.com/tpope/vim-rails.git
)