From 0e4105baea082e70f94ee3e71d57e5c24b036004 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Thu, 16 Apr 2026 13:25:33 +0200 Subject: [PATCH] git: Update git-pull-all --- git/git-pull-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5