commit 063f430da16623ebd60c497781f3faa947bb2330
parent a9d6eef82bcd53336215cfd07c2b54c6b89bc1f1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 19 Aug 2019 12:44:08 +0200
Recompile submodules after update, also if pull command fails
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/uu b/.local/bin/uu
@@ -53,7 +53,7 @@ fi
announce "Updating dotfiles"
. ~/.commands.sh
dotfiles pull
-dotfiles submodule foreach --recursive git pull origin master && m_all_sl
+dotfiles submodule foreach --recursive git pull origin master ; m_all_sl
#announce "Finished building dotfiles"
if type conda >/dev/null; then