From 2b5af69855d7214a8208423914b03206862b703c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 10 Jul 2013 10:27:08 +1200 Subject: Be noisier during submodule retrieval No particular reason to be quiet in the script, better to inform me what's going on --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index 5136a821..b6f20c6b 100755 --- a/install +++ b/install @@ -10,7 +10,7 @@ set -o nounset dotfiles=$HOME/.dotfiles # Check out submodules -(cd $dotfiles && git submodule --quiet update --init ) +(cd $dotfiles && git submodule update --init ) # Link in essentials ln -insv $dotfiles/bash/bashrc $HOME/.bashrc -- cgit v1.2.3