From 151158101618f9392af1e65c4012c90dda3b437f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 30 Mar 2017 23:45:09 +0200 Subject: Update vim bundles and small install script change --- install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install') 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 -- cgit v1.2.3