From da1c48be65a7d92ff49dc3a01050e586757f14c3 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Mon, 23 Jan 2023 08:38:13 +0100 Subject: [PATCH] git: Improve output of 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 25252e5..3e709fb 100755 --- a/git/git-pull-all +++ b/git/git-pull-all @@ -93,7 +93,7 @@ for REPODIR in $(find "$@" -name .git -type d 2> /dev/null); do git -C ${REPO} remote update if [ -z "$(git -C ${REPO} status -uno | grep 'Your branch is behind')" ] ; then - echo -e "\e[1;32m Already up to date\e[0m" + echo "\e[1;32m Already up to date\e[0m" else if [ "${optDryRun}" = 1 ]; then echo -e "\e[1;31m Skipping due to dry-run\e[0m" -- 2.30.2