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;h=0e4105baea082e70f94ee3e71d57e5c24b036004;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