diff options
author | Karel Kočí <cynerd@email.cz> | 2017-03-30 23:45:09 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-03-30 23:45:09 +0200 |
commit | 151158101618f9392af1e65c4012c90dda3b437f (patch) | |
tree | 73b9e98551d18138ee6d0f5eefebcac6792df71d /install | |
parent | 8c6bd13b6ecb5757a8f52c30eec648d7f94a4da2 (diff) | |
download | myconfigs-151158101618f9392af1e65c4012c90dda3b437f.tar.gz myconfigs-151158101618f9392af1e65c4012c90dda3b437f.tar.bz2 myconfigs-151158101618f9392af1e65c4012c90dda3b437f.zip |
Update vim bundles and small install script change
Diffstat (limited to 'install')
-rwxr-xr-x | install | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,8 +2,7 @@ cd `dirname $0` -# TODO arguments parsing -git submodule update --init || (echo "Submodule update failed! Use --ignore-sub if it's ok."; exit 5) +git submodule update --init || (echo "Submodule update failed!"; exit 5) # Source inst and diff function . ./utils/inst |