aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-03-30 23:45:09 +0200
committerKarel Kočí <cynerd@email.cz>2017-03-30 23:45:09 +0200
commit151158101618f9392af1e65c4012c90dda3b437f (patch)
tree73b9e98551d18138ee6d0f5eefebcac6792df71d /install
parent8c6bd13b6ecb5757a8f52c30eec648d7f94a4da2 (diff)
downloadmyconfigs-151158101618f9392af1e65c4012c90dda3b437f.tar.gz
myconfigs-151158101618f9392af1e65c4012c90dda3b437f.tar.bz2
myconfigs-151158101618f9392af1e65c4012c90dda3b437f.zip
Update vim bundles and small install script change
Diffstat (limited to 'install')
-rwxr-xr-xinstall3
1 files changed, 1 insertions, 2 deletions
diff --git a/install b/install
index eecd321..786a1ba 100755
--- a/install
+++ b/install
@@ -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