From c0046808aca89e6237fee7768413abaf519a00f3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 28 Oct 2022 11:17:57 -0300 Subject: bin/update: Try to make the execution line of the vcs fetch more readable --- bin/update | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bin/update') diff --git a/bin/update b/bin/update index 0d095c1..87b1089 100755 --- a/bin/update +++ b/bin/update @@ -76,6 +76,9 @@ wait rfc -u newsboat -x reload +warn() { + echo "WARNING: Failed to fetch repository: $1." >&2 +} + repos -e ~/dev/go/ -e ~/dev/quicklisp/ -e ~/dev/archive/ ~/dev/ | - xargs -I% -P4 x \ - vcs -C% fetch OR echo 'WARNING: Failed to fetch repository: %.' >&2 + xargs -I% -P4 x vcs -C% fetch OR warn % -- cgit v1.2.3