From 0ed9a472a080471d85ec76d3198188597d15d19e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 18 Jan 2021 18:17:23 +0100 Subject: [PATCH] updated by /home/nico/bin/sync-all-repos --- sync-all-repos | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sync-all-repos b/sync-all-repos index 56fa1f2..092090a 100755 --- a/sync-all-repos +++ b/sync-all-repos @@ -29,6 +29,8 @@ done # We cannot commit as we do not know the state, but we # can ensure everything committed before is pushed out +set +e + for repo in ~/vcs/*; do echo "$repo" cd ${repo}