aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update7
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/update b/bin/update
index 2c7bba8..97bf50b 100755
--- a/bin/update
+++ b/bin/update
@@ -77,9 +77,4 @@ rfc -u
newsboat -x reload
repos -e ~/dev/go/ -e ~/dev/quicklisp/ -e ~/dev/archive/ ~/dev/ |
- while read -r line; do
- TYPE="$(echo "$line" | cut -d: -f1)"
- DIR="$( echo "$line" | cut -d: -f2-)"
- cd "$DIR"
- vcs "$TYPE" fetch || printf 'WARNING: Failed to fetch repository: %s.\n' "$DIR" >&2
- done
+ xargs -I% x vcs -C% fetch OR echo 'WARNING: Failed to fetch repository: %.' >&2