From: Stefan Huber Date: Thu, 16 Apr 2026 11:25:33 +0000 (+0200) Subject: git: Update git-pull-all X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;ds=inline;p=shutils.git git: Update git-pull-all --- diff --git a/git/git-pull-all b/git/git-pull-all index 5131f86..e4b87e6 100755 --- a/git/git-pull-all +++ b/git/git-pull-all @@ -113,5 +113,5 @@ done if [ -n "${FAILED_REPOS}" ]; then echo "" echo "Failed to update the following repositories:" - echo "${FAILED_REPOS}" + /usr/bin/echo -e "${FAILED_REPOS}" fi